X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=c4348c70ff92757a8f102ed8509d26054041a19c;hb=0c45b01cc2af1d0c8771f4c20de3e8f732c93080;hp=34c32224180c908ccc8c5d574877c27b531b8a06;hpb=4f8063b6394351749dee7fa3f5ab23cacbbd19a8;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 34c32224..c4348c70 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -336,6 +336,7 @@ h1 { #headerform input.linkurl { width: 50%; + font-size: inherit; } #toolsdiv { @@ -352,12 +353,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 +617,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 +725,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 +879,10 @@ div.dailyNoEntry { text-align: right; } +.white { + color: white; +} + /* For lazy images loading in picture wall. Using http://www.appelsiini.net/projects/lazyload */