]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Merge remote-tracking branch 'nicolasdanelon/master' into next
[github/shaarli/Shaarli.git] / inc / shaarli.css
index f54135249a80da97a14fdc64179db6ae3af94d81..fcd5c6a2b436944ee74f31a9f19019eb51b41873 100644 (file)
@@ -348,6 +348,16 @@ h1 {
     font-size: inherit;
 }
 
+#headerform label {
+    margin-right: 10px;
+}
+
+#headerform label[for=longlastingsession] {
+    display: block;
+    width: 100%;
+    margin-top: 5px;
+}
+
 #toolsdiv {
     color: #ffffff;
     padding: 5px 5px 5px 5px;
@@ -984,6 +994,20 @@ div.dailyNoEntry {
        margin: 3px;
     }
 
+    #headerform label {
+    width: 100%;
+    display: block;
+    height: auto;
+    line-height: 25px;
+    padding-bottom: 10px;
+    }
+
+    #headerform label input[type=text],
+    #headerform label input[type=password]{
+    float: right;
+    width: 70%;
+    }
+
     .searchform, .tagfilter {
        display: block !important;
        margin: 0px 3px 7px 0px !important;