diff options
author | Arthur <arthur@hoa.ro> | 2015-11-08 13:29:32 +0100 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2015-11-08 13:29:32 +0100 |
commit | fd006c630b64146edc402b68d8503c716f8a55d6 (patch) | |
tree | e53904cc6232c7f2fe8e1de6f23c9a5d6c5403ad /inc/shaarli.css | |
parent | 70df947af60afb05529024bb2d3825eaf6cc7950 (diff) | |
parent | 056107ab4eae0a4867cf8d55de77d31f8868b899 (diff) | |
download | Shaarli-fd006c630b64146edc402b68d8503c716f8a55d6.tar.gz Shaarli-fd006c630b64146edc402b68d8503c716f8a55d6.tar.zst Shaarli-fd006c630b64146edc402b68d8503c716f8a55d6.zip |
Merge pull request #275 from shaarli/plugin-proposition
Plugin proposition
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 78bcfd34..5578610d 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -405,12 +405,12 @@ h1 { | |||
405 | } | 405 | } |
406 | */ | 406 | */ |
407 | 407 | ||
408 | .linkdate, .linkarchive { | 408 | .linkdate { |
409 | font-size:8pt; | 409 | font-size:8pt; |
410 | color:#888; | 410 | color:#888; |
411 | } | 411 | } |
412 | 412 | ||
413 | .linkdate a, .linkarchive a { | 413 | .linkdate a { |
414 | color:#E28E3F; | 414 | color:#E28E3F; |
415 | } | 415 | } |
416 | 416 | ||
@@ -451,12 +451,12 @@ a.qrcode img { | |||
451 | color: #F57900; | 451 | color: #F57900; |
452 | } | 452 | } |
453 | 453 | ||
454 | .linkdate, .linkarchive { | 454 | .linkdate { |
455 | font-size: 8pt; | 455 | font-size: 8pt; |
456 | color: #888; | 456 | color: #888; |
457 | } | 457 | } |
458 | 458 | ||
459 | .linkdate a, .linkarchive a { | 459 | .linkdate a { |
460 | background-image: url('../images/calendar.png'); | 460 | background-image: url('../images/calendar.png'); |
461 | padding: 2px 0 3px 20px; | 461 | padding: 2px 0 3px 20px; |
462 | background-repeat: no-repeat; | 462 | background-repeat: no-repeat; |
@@ -1126,3 +1126,8 @@ div.dailyNoEntry { | |||
1126 | .center { | 1126 | .center { |
1127 | text-align: center; | 1127 | text-align: center; |
1128 | } | 1128 | } |
1129 | |||
1130 | ul.errors { | ||
1131 | color: red; | ||
1132 | float: left; | ||
1133 | } \ No newline at end of file | ||