Commit 1bf15fb610214ca1c4714b89282b191cd89a416e
1 parent
f4060480
Exists in
master
and in
28 other branches
ActionItem0: better visual style
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@362 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
public/stylesheets/comatose_admin.css
... | ... | @@ -316,3 +316,17 @@ ul.page-list li table, |
316 | 316 | ul.page-list li td { |
317 | 317 | border: none; |
318 | 318 | } |
319 | + | |
320 | +div.comatose_field label { | |
321 | + display: block; | |
322 | + font-weight: bold; | |
323 | +} | |
324 | + | |
325 | +div.comatose_field textarea { | |
326 | + width: 100%; | |
327 | +} | |
328 | +div.comatose_field textarea, | |
329 | +div.comatose_field input, | |
330 | +div.comatose_field select { | |
331 | + border: 1px solid gray; | |
332 | +} | ... | ... |