aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/css/shaarli.css')
-rw-r--r--tpl/default/css/shaarli.css21
1 files changed, 10 insertions, 11 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index fafe7351..36d848d8 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -86,6 +86,9 @@ pre {
86 background-color: #1b926c; 86 background-color: #1b926c;
87} 87}
88 88
89.anchor:target {
90 padding-top: 35px;
91}
89/** 92/**
90 * MENU 93 * MENU
91 **/ 94 **/
@@ -107,9 +110,9 @@ pre {
107 height: inherit; 110 height: inherit;
108} 111}
109 112
110.shaarli-menu.open { 113.head-logo {
111 max-height: 500px; 114 float: left;
112 transition: max-height 0.75s; 115 margin: 0 5px 0 0;
113} 116}
114 117
115.pure-menu-link, 118.pure-menu-link,
@@ -612,10 +615,7 @@ pre {
612} 615}
613 616
614.linklist-item-infos .label-tag { 617.linklist-item-infos .label-tag {
615 font-size: 0.9em; 618 font-size: 1em;
616}
617
618.linklist-item-infos .label-tag:hover {
619} 619}
620 620
621.linklist-item-infos-dateblock { 621.linklist-item-infos-dateblock {
@@ -727,10 +727,9 @@ pre {
727 padding: 5px 5px 3px 15px; 727 padding: 5px 5px 3px 15px;
728 height: 35px; 728 height: 35px;
729 width: 90%; 729 width: 90%;
730 background: #ebebeb; 730 background: #eeeeee;
731 border: medium none currentColor; 731 border: solid 1px #d8d8d8;
732 border-radius: 2px; 732 border-radius: 2px;
733 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.078), 0 1px 4px rgba(0, 0, 0, 0.298) inset;
734 color: #252525; 733 color: #252525;
735} 734}
736 735
@@ -886,7 +885,7 @@ pre {
886 text-align: left; 885 text-align: left;
887 margin: 10px 0 0 0; 886 margin: 10px 0 0 0;
888 } 887 }
889 888
890 .timezone-continent:after { 889 .timezone-continent:after {
891 content:"\a\a"; 890 content:"\a\a";
892 white-space: pre; 891 white-space: pre;