Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-10-28 03:14:59 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-10-28 03:14:59 +0300
commit898d3bf8555dfedc7455b443d5333de326567ecd (patch)
treee01f7d0ab9ba3731d7635e41028552202351ced5
parent5f1a1c9319c4ed902e1247fb3b4d69467693bb2f (diff)
move password change input boxes onto two different lines
-rw-r--r--css/main.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 8ba8649..b15ab59 100644
--- a/css/main.css
+++ b/css/main.css
@@ -30,4 +30,8 @@ table {
}
.inline {
display: inline;
-} \ No newline at end of file
+}
+.passwbox {
+ width: 200px;
+ margin-bottom: 20px;
+}