Commit 37ca0dae3e2088014076648a61b45cf89d7af437

Authored by AurelioAHeckert
1 parent 469407d1

ActionItem634: columns resized (forgotten css)

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2417 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/icons/default/style.css
1 1 .icon-edit { background-image: url(edit-HC.gif) }
2 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 4 .icon-close { background-image: url(cancel-HC.gif) }
5 5 .icon-open { background-image: url(folder-open.gif) }
6 6 .icon-cms { background-image: url(abiword_48.png) }
... ...
public/designs/templates/default/stylesheets/style.css
... ... @@ -4,7 +4,7 @@
4 4 }
5 5  
6 6 .box-1 {
7   - margin: 0px 210px 0px 280px;
  7 + margin: 0px 230px 0px 260px;
8 8 }
9 9 .box-1 .blocks {
10 10 width: 100%;
... ... @@ -13,7 +13,7 @@
13 13  
14 14 .box-2 {
15 15 float: left;
16   - width: 270px;
  16 + width: 230px;
17 17 }
18 18  
19 19 .box-3 {
... ...