aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r--inc/shaarli.css35
1 files changed, 34 insertions, 1 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index c4348c70..fcd5c6a2 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -221,8 +221,17 @@ h1 {
221 margin-left:24px; 221 margin-left:24px;
222} 222}
223 223
224.tagfilter div.awesomplete {
225 width: inherit;
226}
227
224.tagfilter #tagfilter_value { 228.tagfilter #tagfilter_value {
225 width: 10%; 229 width: 100%;
230 display: inline;
231}
232
233.tagfilter li {
234 color: black;
226} 235}
227 236
228.tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton { 237.tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
@@ -339,6 +348,16 @@ h1 {
339 font-size: inherit; 348 font-size: inherit;
340} 349}
341 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
342#toolsdiv { 361#toolsdiv {
343 color: #ffffff; 362 color: #ffffff;
344 padding: 5px 5px 5px 5px; 363 padding: 5px 5px 5px 5px;
@@ -975,6 +994,20 @@ div.dailyNoEntry {
975 margin: 3px; 994 margin: 3px;
976 } 995 }
977 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
978 .searchform, .tagfilter { 1011 .searchform, .tagfilter {
979 display: block !important; 1012 display: block !important;
980 margin: 0px 3px 7px 0px !important; 1013 margin: 0px 3px 7px 0px !important;