diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-23 15:03:01 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-23 15:03:01 +0200 |
commit | adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62 (patch) | |
tree | 562b0df6cb613a1bfe8b8c3caffb3ee82df67ecd /inc/shaarli.css | |
parent | 578a84bda0679720f21271ef34de58106c0646fe (diff) | |
parent | 25c46408a3d5101801574703775cdfd2a0df8d4f (diff) | |
download | Shaarli-adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62.tar.gz Shaarli-adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62.tar.zst Shaarli-adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62.zip |
Merge remote-tracking branch 'nicolasdanelon/master' into next
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index f5413524..fcd5c6a2 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -348,6 +348,16 @@ h1 { | |||
348 | font-size: inherit; | 348 | font-size: inherit; |
349 | } | 349 | } |
350 | 350 | ||
351 | #headerform label { | ||
352 | margin-right: 10px; | ||
353 | } | ||
354 | |||
355 | #headerform label[for=longlastingsession] { | ||
356 | display: block; | ||
357 | width: 100%; | ||
358 | margin-top: 5px; | ||
359 | } | ||
360 | |||
351 | #toolsdiv { | 361 | #toolsdiv { |
352 | color: #ffffff; | 362 | color: #ffffff; |
353 | padding: 5px 5px 5px 5px; | 363 | padding: 5px 5px 5px 5px; |
@@ -984,6 +994,20 @@ div.dailyNoEntry { | |||
984 | margin: 3px; | 994 | margin: 3px; |
985 | } | 995 | } |
986 | 996 | ||
997 | #headerform label { | ||
998 | width: 100%; | ||
999 | display: block; | ||
1000 | height: auto; | ||
1001 | line-height: 25px; | ||
1002 | padding-bottom: 10px; | ||
1003 | } | ||
1004 | |||
1005 | #headerform label input[type=text], | ||
1006 | #headerform label input[type=password]{ | ||
1007 | float: right; | ||
1008 | width: 70%; | ||
1009 | } | ||
1010 | |||
987 | .searchform, .tagfilter { | 1011 | .searchform, .tagfilter { |
988 | display: block !important; | 1012 | display: block !important; |
989 | margin: 0px 3px 7px 0px !important; | 1013 | margin: 0px 3px 7px 0px !important; |