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