Commit d6e7b55f3a57df1467952fb94765c8a3e83376e0
Committed by
Álvaro Fernando Matos de Souza
1 parent
f3a80a5c
Exists in
master_with_pkg_fixes
and in
2 other branches
Create pending task temporary style
Showing
1 changed file
with
23 additions
and
0 deletions
Show diff stats
src/noosfero-spb-theme/css/administration-panel.css
... | ... | @@ -157,3 +157,26 @@ |
157 | 157 | border: none; |
158 | 158 | background: none; |
159 | 159 | } |
160 | + | |
161 | +/* Tasks - tmp adjust */ | |
162 | +.action-profile_editor-index #content .pending-tasks{ | |
163 | + max-width: 500px; | |
164 | + padding: 15px 20px; | |
165 | + margin: 20px 0 30px 0; | |
166 | + border: 1px dotted #ccc; | |
167 | + border-left: 5px solid #FF0366; | |
168 | + border-radius: 3px; | |
169 | + display: block; | |
170 | + background: #fff; | |
171 | + line-height: 20px; | |
172 | + font-size: 13px; | |
173 | +} | |
174 | + | |
175 | +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text{ | |
176 | + background: #3E67B1; | |
177 | + color: #FFF; | |
178 | +} | |
179 | + | |
180 | +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ | |
181 | + background: #5E82C6; | |
182 | +} | ... | ... |