From 79c3cb29d72f19c5d6262399ae6c359f7dc80ec2 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Tue, 18 Dec 2007 18:49:24 +0000 Subject: [PATCH] ActionItem138: Theme box content --- public/designs/icons/default/noosfero-find.png | Bin 0 -> 545 bytes public/designs/templates/default/stylesheets/style.css | 7 +++++-- public/designs/templates/default/stylesheets/table.css | 19 +++++++++++++++++++ public/designs/themes/default/style.css | 1 + 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 public/designs/icons/default/noosfero-find.png create mode 100644 public/designs/templates/default/stylesheets/table.css 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