Commit 60c7e08087ef4f07e276acbff3576f546b58f8b0
Exists in
master
and in
10 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
1 changed file
with
11 additions
and
6 deletions
Show diff stats
pagina_software.css
... | ... | @@ -112,18 +112,21 @@ border: none; |
112 | 112 | /*Static block for box3*/ |
113 | 113 | #content .box-1 .tags-block .block-inner-2 .block-title{ |
114 | 114 | font-size: 15px; |
115 | - border-top: none; | |
115 | + /*border-top: none;*/ | |
116 | 116 | background: none; |
117 | 117 | border-bottom: none; |
118 | - padding: 0px; | |
119 | - margin-top:-11px; | |
118 | + padding: 10px 0px 0px 0px; | |
119 | + /*margin:10px; s*/ | |
120 | + /*margin-top:-5px;*/ | |
120 | 121 | } |
122 | + | |
121 | 123 | #content .box-1 .tags-block .block-inner-2 .tag_cloud{ |
122 | 124 | font-size: 12px; |
123 | - margin-top:-11px; | |
125 | + /*margin-top:-11px;*/ | |
126 | + margin-bottom: 15px; | |
124 | 127 | text-align: left; |
125 | - margin-top: -28px; | |
126 | - margin-left: 35px; | |
128 | + margin-top: -26px; | |
129 | + margin-left: 42px; | |
127 | 130 | |
128 | 131 | } |
129 | 132 | |
... | ... | @@ -132,12 +135,14 @@ border: none; |
132 | 135 | border-radius:8px; |
133 | 136 | background-color:#c0c1c1; |
134 | 137 | padding:3px 6px; |
138 | + margin:10px 3px; | |
135 | 139 | } |
136 | 140 | |
137 | 141 | #content .box-1 .tags-block .block-footer-content a{ |
138 | 142 | background: none; |
139 | 143 | border: none; |
140 | 144 | border-radius: none; |
145 | + top:-5px; | |
141 | 146 | } |
142 | 147 | |
143 | 148 | #content .box-1 .tags-block .block-footer-content { | ... | ... |