diff options
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 34c32224..7bfdc420 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -352,12 +352,15 @@ h1 { | |||
352 | 352 | ||
353 | #editlinkform { | 353 | #editlinkform { |
354 | height: 100%; | 354 | height: 100%; |
355 | color: #ffffff; | ||
356 | padding: 5px 5px 5px 15px; | 355 | padding: 5px 5px 5px 15px; |
357 | width: 80%; | 356 | width: 80%; |
358 | clear: left; | 357 | clear: left; |
359 | } | 358 | } |
360 | 359 | ||
360 | #editlinkform label { | ||
361 | color: #ffffff; | ||
362 | } | ||
363 | |||
361 | #editlinkform textarea, #editlinkform .lf_input { | 364 | #editlinkform textarea, #editlinkform .lf_input { |
362 | width: 100%; | 365 | width: 100%; |
363 | } | 366 | } |
@@ -613,6 +616,17 @@ a.qrcode img { | |||
613 | margin-left: 40px; | 616 | margin-left: 40px; |
614 | } | 617 | } |
615 | 618 | ||
619 | #changetag div { | ||
620 | float:left; | ||
621 | } | ||
622 | |||
623 | #changetag label { | ||
624 | padding: 5px; | ||
625 | } | ||
626 | |||
627 | #changetag li { | ||
628 | color: #000; | ||
629 | } | ||
616 | #configform td { | 630 | #configform td { |
617 | color: #ccc; | 631 | color: #ccc; |
618 | font-size: 10pt; | 632 | font-size: 10pt; |
@@ -710,17 +724,6 @@ a.qrcode img { | |||
710 | text-shadow: 2px 2px 1px #000000; | 724 | text-shadow: 2px 2px 1px #000000; |
711 | } | 725 | } |
712 | 726 | ||
713 | /* Minimal customisation for jQuery widgets */ | ||
714 | .ui-autocomplete { | ||
715 | background-color: #fff; | ||
716 | padding-left: 5px; | ||
717 | } | ||
718 | |||
719 | .ui-state-hover { | ||
720 | background-color: #604dff; | ||
721 | color: #fff; | ||
722 | } | ||
723 | |||
724 | #linklist li.publicLinkHightLight { | 727 | #linklist li.publicLinkHightLight { |
725 | background: #ffffff; | 728 | background: #ffffff; |
726 | } | 729 | } |
@@ -875,6 +878,10 @@ div.dailyNoEntry { | |||
875 | text-align: right; | 878 | text-align: right; |
876 | } | 879 | } |
877 | 880 | ||
881 | .white { | ||
882 | color: white; | ||
883 | } | ||
884 | |||
878 | /* For lazy images loading in picture wall. | 885 | /* For lazy images loading in picture wall. |
879 | Using http://www.appelsiini.net/projects/lazyload | 886 | Using http://www.appelsiini.net/projects/lazyload |
880 | */ | 887 | */ |