Commit 8185ee94161acae8bcd9f5eed02d997778af4646
1 parent
7fea2187
Exists in
master
and in
29 other branches
ActionItem507: category selector layout for ecosol
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2260 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
25 additions
and
4 deletions
Show diff stats
app/views/shared/_select_categories.rhtml
@@ -41,6 +41,6 @@ | @@ -41,6 +41,6 @@ | ||
41 | :class => 'select-subcategory-link', | 41 | :class => 'select-subcategory-link', |
42 | :id => "select-category-#{category.id}-link" | 42 | :id => "select-category-#{category.id}-link" |
43 | %> | 43 | %> |
44 | - <% end %> | 44 | + <% end %> |
45 | <% end %> | 45 | <% end %> |
46 | </div> | 46 | </div> |
public/designs/themes/ecosol/stylesheets/common.css
@@ -115,3 +115,24 @@ hr { | @@ -115,3 +115,24 @@ hr { | ||
115 | #footer a#footer-dir:hover { | 115 | #footer a#footer-dir:hover { |
116 | opacity: 1; | 116 | opacity: 1; |
117 | } | 117 | } |
118 | + | ||
119 | +/* * * category ajax selector * * */ | ||
120 | + | ||
121 | +#category-ajax-selector { | ||
122 | + border: none; | ||
123 | + background: #B8CFE7; | ||
124 | + -moz-border-radius: 10px; | ||
125 | +} | ||
126 | + | ||
127 | +#category-ajax-selector .box-title { | ||
128 | + border: 1px solid #B8CFE7; | ||
129 | + background: #B8CFE7; | ||
130 | + -moz-border-radius-topleft: 8px; | ||
131 | + -moz-border-radius-topright: 8px; | ||
132 | +} | ||
133 | + | ||
134 | +#category-ajax-selector .select-subcategory-link { | ||
135 | + border: 1px solid #729FCF; | ||
136 | + -moz-border-radius: 6px; | ||
137 | +} | ||
138 | + |
public/stylesheets/common.css
@@ -366,10 +366,10 @@ div.sitemap-item a:hover { | @@ -366,10 +366,10 @@ div.sitemap-item a:hover { | ||
366 | #category-ajax-selector .button { | 366 | #category-ajax-selector .button { |
367 | display: block; | 367 | display: block; |
368 | position: absolute; | 368 | position: absolute; |
369 | - top: 2px; | ||
370 | - right: 0px; | 369 | + top: 4px; |
370 | + right: 2px; | ||
371 | } | 371 | } |
372 | #category-ajax-selector .icon-save { | 372 | #category-ajax-selector .icon-save { |
373 | - right: 23px; | 373 | + right: 25px; |
374 | } | 374 | } |
375 | 375 |