Commit 37ca0dae3e2088014076648a61b45cf89d7af437
1 parent
469407d1
Exists in
master
and in
28 other branches
ActionItem634: columns resized (forgotten css)
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2417 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
public/designs/icons/default/style.css
| 1 | .icon-edit { background-image: url(edit-HC.gif) } | 1 | .icon-edit { background-image: url(edit-HC.gif) } |
| 2 | .icon-home { background-image: url(gnome-home.png) } | 2 | .icon-home { background-image: url(gnome-home.png) } |
| 3 | -.icon-new { background-image: url(gtk-new.png) } | 3 | +.icon-new { background-image: url(new-HC.gif) } |
| 4 | .icon-close { background-image: url(cancel-HC.gif) } | 4 | .icon-close { background-image: url(cancel-HC.gif) } |
| 5 | .icon-open { background-image: url(folder-open.gif) } | 5 | .icon-open { background-image: url(folder-open.gif) } |
| 6 | .icon-cms { background-image: url(abiword_48.png) } | 6 | .icon-cms { background-image: url(abiword_48.png) } |
public/designs/templates/default/stylesheets/style.css
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | } | 4 | } |
| 5 | 5 | ||
| 6 | .box-1 { | 6 | .box-1 { |
| 7 | - margin: 0px 210px 0px 280px; | 7 | + margin: 0px 230px 0px 260px; |
| 8 | } | 8 | } |
| 9 | .box-1 .blocks { | 9 | .box-1 .blocks { |
| 10 | width: 100%; | 10 | width: 100%; |
| @@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
| 13 | 13 | ||
| 14 | .box-2 { | 14 | .box-2 { |
| 15 | float: left; | 15 | float: left; |
| 16 | - width: 270px; | 16 | + width: 230px; |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | .box-3 { | 19 | .box-3 { |