]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Handle errors raised by plugins in template. fixes #370
[github/shaarli/Shaarli.git] / inc / shaarli.css
index 95732da866ff664a9b10cbf031c790133622512d..5578610d3ad7e6166e151d3e9d866628560b7e8d 100644 (file)
@@ -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