diff --git a/public/designs/icons/default/noosfero-find.png b/public/designs/icons/default/noosfero-find.png new file mode 100644 index 0000000..0acde07 Binary files /dev/null and b/public/designs/icons/default/noosfero-find.png differ diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 81fe741..219d344 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -1,6 +1,7 @@ @import url("editor.css"); @import url("contentblocks.css"); @import url("forms.css"); +@import url("table.css"); body { font-family: Verdana, Sans-Serif; @@ -44,13 +45,15 @@ body { } #design_box_3 { - width: 210px; + width: 200px; float: right; + margin-right: 10px; } #design_box_2 { float: left; - width: 280px; + width: 270px; + margin-left: 10px; } #design_box_1 { diff --git a/public/designs/templates/default/stylesheets/table.css b/public/designs/templates/default/stylesheets/table.css new file mode 100644 index 0000000..fdad630 --- /dev/null +++ b/public/designs/templates/default/stylesheets/table.css @@ -0,0 +1,19 @@ +/* Profile Info */ +table.profile_info { +margin: 5px; +} + +table.profile_info th { +text-align: right; +background-color: #dfdfdf; +} + +table.profile_info td { +text-align: left; +border-bottom: 2px solid #dfdfdf; +padding-left: 3px; +} + +table.profile_info td:hover { +background-color: #dfdfdf; +} diff --git a/public/designs/themes/default/style.css b/public/designs/themes/default/style.css index 6149fa4..1fbae8e 100644 --- a/public/designs/themes/default/style.css +++ b/public/designs/themes/default/style.css @@ -29,6 +29,7 @@ padding: 0px; border-bottom: 1px solid black; height: 27px; margin: 0px; + padding-left: 10px; line-height: 27px; } -- libgit2 0.21.2