X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=5578610d3ad7e6166e151d3e9d866628560b7e8d;hb=fd006c630b64146edc402b68d8503c716f8a55d6;hp=95732da866ff664a9b10cbf031c790133622512d;hpb=4c68c20cdd2baec36c03aa6237d2d932605b6252;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 95732da8..5578610d 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -221,6 +221,10 @@ h1 { margin-left:24px; } +.tagfilter div.awesomplete { + width: 15%; +} + .tagfilter #tagfilter_value { display: inline; } @@ -374,6 +378,7 @@ h1 { } #editlinkform label { + cursor: pointer; color: #ffffff; } @@ -400,12 +405,12 @@ h1 { } */ -.linkdate, .linkarchive { +.linkdate { font-size:8pt; color:#888; } -.linkdate a, .linkarchive a { +.linkdate a { color:#E28E3F; } @@ -446,12 +451,12 @@ a.qrcode img { color: #F57900; } -.linkdate, .linkarchive { +.linkdate { font-size: 8pt; color: #888; } -.linkdate a, .linkarchive a { +.linkdate a { background-image: url('../images/calendar.png'); padding: 2px 0 3px 20px; background-repeat: no-repeat; @@ -1121,3 +1126,8 @@ div.dailyNoEntry { .center { text-align: center; } + +ul.errors { + color: red; + float: left; +} \ No newline at end of file