Commit 8d6c6a75b47f9240e751f52b57ff29e7ec2cf3de
1 parent
cee751db
Exists in
master
and in
4 other branches
updating theme
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -74,6 +74,10 @@ body { |
74 | 74 | /* with this 1em = 10px */; |
75 | 75 | } |
76 | 76 | |
77 | +.profile-image-block .admin-link { | |
78 | + font-size: 100%; | |
79 | +} | |
80 | + | |
77 | 81 | h1, h2, h3, h4, h5, h6 { |
78 | 82 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
79 | 83 | } |
... | ... | @@ -99,6 +103,10 @@ a:visited, #content a:visited, dl.portlet a:visited { |
99 | 103 | color: #000; |
100 | 104 | } |
101 | 105 | |
106 | +#category-ajax-selector .select-subcategory-link:hover { | |
107 | + color: #fff; | |
108 | +} | |
109 | + | |
102 | 110 | body div.overlaybg div.close, |
103 | 111 | body div.overlay div.close { |
104 | 112 | right: -14px; |
... | ... | @@ -148,6 +156,10 @@ p { |
148 | 156 | margin: 0 auto; |
149 | 157 | } |
150 | 158 | |
159 | +.article-types .description { | |
160 | + /*font-size: x-small;*/ | |
161 | +} | |
162 | + | |
151 | 163 | /* Menu List left */ |
152 | 164 | /*Estilo nos blocos laterais*/ |
153 | 165 | |
... | ... | @@ -1146,7 +1158,7 @@ div#article-parent { |
1146 | 1158 | } |
1147 | 1159 | |
1148 | 1160 | #content .button-bar a.icon-cancel span{ |
1149 | - vertical-align: text-top; | |
1161 | + vertical-align: text-middle; | |
1150 | 1162 | } |
1151 | 1163 | |
1152 | 1164 | input.button.with-text { | ... | ... |