Commit 9f2166f0abf7737a8077f180542cc096f58f3e5c
1 parent
c9b30e41
Exists in
master
and in
12 other branches
Insert icons block temporary-alerts and adjustments Member Block
Showing
4 changed files
with
66 additions
and
2 deletions
Show diff stats
283 Bytes
391 Bytes
245 Bytes
pagina_comunidade.css
... | ... | @@ -104,10 +104,52 @@ |
104 | 104 | /******************************************************/ |
105 | 105 | /******************* Bloco Membros*********************/ |
106 | 106 | .members-block{ |
107 | - background-color:#D3D6DE; | |
107 | + background-color:#ECEDF1; | |
108 | + border:1px solid #D3D6DE !important; | |
109 | + border-radius: 4px; | |
108 | 110 | } |
109 | 111 | .members-block .block-title{ |
110 | - border:1px solid #D3D6DE; | |
112 | + /*background-color:#ECEDF1;*/ | |
113 | + border-bottom:1px solid #D3D6DE !important; | |
114 | + border-top:none !important; | |
115 | + /*border-top-right-radius: 4px !important; | |
116 | + border-top-left-radius: 4px !important;*/ | |
117 | + color:#172738 !important; | |
118 | + font-size:14px !important; | |
119 | + padding:12px !important; | |
120 | +} | |
121 | + | |
122 | +.members-block .block-footer-content{ | |
123 | + background-color:#ECEDF1; | |
124 | + padding:8px 10px 15px 0px; | |
125 | + margin-right:0px !important; | |
126 | + border-top:1px solid #D3D6DE; | |
127 | +} | |
128 | +#content .members-block .block-footer-content a{ | |
129 | + padding-right: 0px !important; | |
130 | +} | |
131 | + | |
132 | +#content .members-block .block-footer-content a.view-all{ | |
133 | + background-image:none; | |
134 | + border:none; | |
135 | + text-transform: uppercase; | |
136 | + line-height: 21px; | |
137 | +} | |
138 | +#content .members-block .block-footer-content a.view-all::after{ | |
139 | +content: '>'; | |
140 | +padding-left: 7px; | |
141 | +padding-right: 4px; | |
142 | +color:#ffffff; | |
143 | +background: #3E67B1; | |
144 | +border-radius: 4px; | |
145 | +font-size: 15px; | |
146 | +line-height: 20px; | |
147 | +text-align: center; | |
148 | +margin-left: 5px; | |
149 | +position: relative; | |
150 | +margin-left: 5px; | |
151 | +top: 2px; | |
152 | +/*margin-right:0px;*/ | |
111 | 153 | } |
112 | 154 | |
113 | 155 | /*****************************************************/ |
... | ... | @@ -139,5 +181,27 @@ |
139 | 181 | #infor-temporary span:last-child { |
140 | 182 | border-bottom:none; |
141 | 183 | } |
184 | +.calendar-infor-temp::before{ | |
185 | + content: url("images/calendar-icon.png"); | |
186 | + line-height: 20px; | |
187 | + margin-right: 10px; | |
188 | + margin-top: 4px; | |
189 | + float: left; | |
190 | +} | |
191 | +.search-infor-temp::before{ | |
192 | + content: url("images/docs-board-icon.png"); | |
193 | + line-height: 20px; | |
194 | + margin-right: 10px; | |
195 | + margin-top: 4px; | |
196 | + float: left; | |
197 | +} | |
198 | + | |
199 | +.chat-infor-temp::before{ | |
200 | + content: url("images/chat-icon.png"); | |
201 | + line-height: 20px; | |
202 | + margin-right: 10px; | |
203 | + margin-top: 4px; | |
204 | + float: left; | |
205 | +} | |
142 | 206 | |
143 | 207 | /**************************************************/ |
144 | 208 | \ No newline at end of file | ... | ... |