Commit 8460a7fa588b7d0ed50a9e21c119b77d60fb403c
1 parent
5d856299
Exists in
master
and in
79 other branches
Apply style on community panel header
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
css/administration-panel.css
... | ... | @@ -135,6 +135,16 @@ |
135 | 135 | } |
136 | 136 | |
137 | 137 | /*** Community Admin pages ***/ |
138 | +/* Homepage */ | |
139 | +.action-profile_editor-index #profile-editor-index h1.block-title{ | |
140 | + color: #172738; | |
141 | + background-color: transparent; | |
142 | + border-bottom: none; | |
143 | + font-size: 2.3em; | |
144 | + font-weight: bold; | |
145 | + font-variant: normal; | |
146 | + font-family: Arial, open_sansbold, Helvetica, sans-serif; | |
147 | +} | |
138 | 148 | |
139 | 149 | /* Index */ |
140 | 150 | .action-cms-index .cms-articles th{ | ... | ... |