X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=fcd5c6a2b436944ee74f31a9f19019eb51b41873;hb=4a5827ff5adadcd8c1ef9231e485f77c0c376c03;hp=34c32224180c908ccc8c5d574877c27b531b8a06;hpb=4f8063b6394351749dee7fa3f5ab23cacbbd19a8;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 34c32224..fcd5c6a2 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -221,8 +221,17 @@ h1 { margin-left:24px; } +.tagfilter div.awesomplete { + width: inherit; +} + .tagfilter #tagfilter_value { - width: 10%; + width: 100%; + display: inline; +} + +.tagfilter li { + color: black; } .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton { @@ -336,6 +345,17 @@ h1 { #headerform input.linkurl { width: 50%; + font-size: inherit; +} + +#headerform label { + margin-right: 10px; +} + +#headerform label[for=longlastingsession] { + display: block; + width: 100%; + margin-top: 5px; } #toolsdiv { @@ -352,12 +372,15 @@ h1 { #editlinkform { height: 100%; - color: #ffffff; padding: 5px 5px 5px 15px; width: 80%; clear: left; } +#editlinkform label { + color: #ffffff; +} + #editlinkform textarea, #editlinkform .lf_input { width: 100%; } @@ -613,6 +636,17 @@ a.qrcode img { margin-left: 40px; } +#changetag div { + float:left; +} + +#changetag label { + padding: 5px; +} + +#changetag li { + color: #000; +} #configform td { color: #ccc; font-size: 10pt; @@ -710,17 +744,6 @@ a.qrcode img { text-shadow: 2px 2px 1px #000000; } -/* Minimal customisation for jQuery widgets */ -.ui-autocomplete { - background-color: #fff; - padding-left: 5px; -} - -.ui-state-hover { - background-color: #604dff; - color: #fff; -} - #linklist li.publicLinkHightLight { background: #ffffff; } @@ -875,6 +898,10 @@ div.dailyNoEntry { text-align: right; } +.white { + color: white; +} + /* For lazy images loading in picture wall. Using http://www.appelsiini.net/projects/lazyload */ @@ -967,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;