source: RedSur/app/assets/stylesheets/publisher.scss @ 52c3597

modelo_minuta
Last change on this file since 52c3597 was 52c3597, checked in by aosorio <aosorio@…>, 8 years ago

Arreglados los estilos del campo Responsable de la Minuta

  • Property mode set to 100755
File size: 10.7 KB
Line 
1#publisher {
2  z-index: 1;
3  color: $text-grey;
4
5  &.closed {
6    #button_container,
7    #location_container,
8    #hide_publisher,
9    #photodropzone_container,
10    .options_and_submit {
11      display: none !important;
12    }
13
14    #publisher_textarea_wrapper { border: 1px solid $border-grey !important; }
15  }
16
17  .mentions-autocomplete-list ul { width: 100% !important; }
18
19  form {
20    margin: 0;
21    #fileInfo { display: none !important; }
22    #hide_publisher {
23      margin-top: 10px;
24    }
25
26    #publisher_spinner {
27      text-align: center;
28    }
29
30    .options_and_submit {
31      #publisher_service_icons {
32        .btn-link { text-decoration: none; }
33        .btn-link.question_mark .entypo { color: $text-grey; }
34        .btn-link.question_mark:hover .entypo { color: $black; }
35        .btn-link.service_icon {
36          padding-left: 5px;
37          padding-right: 5px;
38        }
39        .dim { opacity: 0.3; }
40        .social_media_logos-wordpress-16x16 {
41          display: inline-block;
42          height: 16px;
43          width: 16px;
44        }
45      }
46    }
47
48    #publisher_textarea_wrapper {
49      background-color: white;
50      border-radius: 3px;
51      border: 1px solid $border-dark-grey;
52
53      input[type='text']#status_message_text {
54        border: none;
55        box-shadow: none;
56        margin: none;
57      }
58
59      textarea {
60        border: none;
61        margin: 0;
62        box-shadow: none;
63        resize: none;
64        height: 50px;
65      }
66
67      &.active textarea {
68        min-height: 70px;
69      }
70
71      .help-block {
72        font-size: 13px;
73        line-height: 30px;
74        padding-left: 10px;
75        margin-bottom: 0;
76        color: lighten($text-grey,20%);
77        a { color: lighten($blue,20%); }
78      }
79
80      .mentions-input-box .mentions {
81        line-height: $line-height !important;
82      }
83
84      &.with_attachments .row-fluid#photodropzone_container {
85        border-top: 1px dashed $border-grey;
86      }
87
88      .row-fluid#poll_creator_container {
89        display: none;
90        border-top: 1px dashed $border-grey;
91        padding:4px 6px 4px 6px;
92        box-sizing: border-box;
93        .remove-answer.entypo.cross {
94          display: none;
95          color: lighten($black,75%);
96          &.active { display: block; }
97          &:hover { color: $black; }
98          line-height: 30px;
99          font-size: 18px;
100          cursor: pointer;
101        }
102
103        .remove-responsable.entypo.cross {
104          display: none;
105          color: lighten($black,75%);
106          &.active { display: block; }
107          &:hover { color: $black; }
108          line-height: 30px;
109          font-size: 18px;
110          cursor: pointer;
111        }
112
113        .remove-textfield.entypo.cross {
114          display: none;
115          color: lighten($black,75%);
116          &.active { display: block; }
117          &:hover { color: $black; }
118          line-height: 30px;
119          font-size: 18px;
120          cursor: pointer;
121        }
122
123        .remove-textarea.entypo.cross {
124          display: none;
125          color: lighten($black,75%);
126          &.active { display: block; }
127          &:hover { color: $black; }
128          line-height: 30px;
129          font-size: 18px;
130          cursor: pointer;
131        }
132
133        .remove-textarealarga.entypo.cross {
134          display: none;
135          color: lighten($black,75%);
136          &.active { display: block; }
137          &:hover { color: $black; }
138          line-height: 30px;
139          font-size: 18px;
140          cursor: pointer;
141        }
142
143        .remove-seleccion.entypo.cross {
144          display: none;
145          color: lighten($black,75%);
146          &.active { display: block; }
147          &:hover { color: $black; }
148          line-height: 30px;
149          font-size: 18px;
150          cursor: pointer;
151        }
152       
153        .add-textarea.entypo.plus {
154          //display: none;
155          color: lighten($black,75%);
156          //&.active { display: block; }
157          &:hover { color: $black; }
158          line-height: 30px;
159          font-size: 18px;
160          cursor: pointer;         
161        }
162
163        .responsable {
164          /*height: 80px;*/
165          width: 91.5%;
166          border: 1px solid #DDDDDD !important;
167        }
168
169        .textfield {
170          /*height: 80px;*/
171          width: 91.5%;
172          border: 1px solid #DDDDDD !important;
173        }
174
175        .textarea {
176          height: 80px;
177          width: 91.5%;
178          border: 1px solid #DDDDDD !important;
179        }
180
181        .textarealarga {
182          height: 160px;
183          width: 91.5%;
184          border: 1px solid #DDDDDD !important;
185        }
186
187        .poll-responsable-template {
188          /*border: 1px solid green;*/
189          width: 100%;
190          margin-left: 0px;
191        }
192
193        .poll-textarea-template {
194          /*border: 1px solid green;*/
195          width: 100%;
196          margin-left: 0px;
197        }
198
199        .poll-textfield-template {
200          /*border: 1px solid green;*/
201          width: 100%;
202          margin-left: 0px;
203        }
204
205        .poll-textarealarga-template {
206          /*border: 1px solid green;*/
207          width: 100%;
208          margin-left: 0px;
209        }
210
211        .poll-seleccion-template {
212          border: 1px solid gray;
213          border-radius: 5px;
214          width: 100%;
215          margin-left: 0px;
216        }
217
218        #boton_agregar_responsable {
219          background-color: #FAFAFA;
220          width: 130px;
221          border: solid 1px #808080;
222          border-radius: 5px;
223          cursor: pointer;
224          text-align: center;
225          padding: 5px;
226          text-decoration: none;
227        }
228        #boton_agregar_responsable:hover {
229          background-color: #FAFAFA;
230          color: #3F8FBA;
231          width: 130px;
232          border: solid 1px #808080;
233          border-radius: 5px;
234          cursor: pointer;
235          text-align: center;
236          padding: 5px;
237          text-decoration: none;
238        }
239        #boton_agregar_area_texto {
240          background-color: #FAFAFA;
241          width: 130px;
242          border: solid 1px #808080;
243          border-radius: 5px;
244          cursor: pointer;
245          text-align: center;
246          padding: 5px;
247          text-decoration: none;
248        }
249        #boton_agregar_area_texto:hover {
250          background-color: #FAFAFA;
251          color: #3F8FBA;
252          width: 130px;
253          border: solid 1px #808080;
254          border-radius: 5px;
255          cursor: pointer;
256          text-align: center;
257          padding: 5px;
258          text-decoration: none;
259        }
260        #boton_agregar_area_textolarga {
261          background-color: #FAFAFA;
262          width: 130px;
263          border: solid 1px #808080;
264          border-radius: 5px;
265          cursor: pointer;
266          text-align: center;
267          padding: 5px;
268          text-decoration: none;
269        }
270        #boton_agregar_area_textolarga:hover {
271          background-color: #FAFAFA;
272          color: #3F8FBA;
273          width: 130px;
274          border: solid 1px #808080;
275          border-radius: 5px;
276          cursor: pointer;
277          text-align: center;
278          padding: 5px;
279          text-decoration: none;
280        }
281        #boton_agregar_seleccion {
282          background-color: #FAFAFA;
283          width: 130px;
284          border: solid 1px #808080;
285          border-radius: 5px;
286          cursor: pointer;
287          text-align: center;
288          padding: 5px;
289          text-decoration: none;
290        }
291        #boton_agregar_seleccion:hover {
292          background-color: #FAFAFA;
293          color: #3F8FBA;
294          width: 130px;
295          border: solid 1px #808080;
296          border-radius: 5px;
297          cursor: pointer;
298          text-align: center;
299          padding: 5px;
300          text-decoration: none;
301        }
302        #titulos_campos_minuta {
303          color: #000000
304        }
305
306        .span1234 {
307          /*border: 1px solid red;*/
308          margin-top: 10px;
309          margin-left: 0px;
310          margin-bottom: 10px;
311        }
312      }
313
314      &.with_location .row-fluid#location_container {
315        height: 30px;
316        #hide_location { display: none !important; }
317        border-top: 1px dashed $border-grey;
318        input[type='text'] {
319          margin-bottom: 0;
320          color: $text-grey;
321        }
322      }
323      &.active .row-fluid#button_container {
324        border-top: 1px solid $border-grey;
325      }
326
327      #photodropzone {
328        margin: 0;
329        > li.publisher_photo {
330          list-style: none;
331          float: left;
332          margin: 8px;
333          height: 80px;
334          width: 80px;
335          overflow: hidden;
336          line-height: 80px;
337          vertical-align: middle;
338
339          img {
340            vertical-align: middle;
341            width: 80px;
342          }
343
344          .x {
345            display: none;
346            width: 50px;
347            height: 50px;
348            border-radius: 25px;
349            text-align: center;
350            background-color: white;
351            color: black;
352            font-size: 50px;
353            line-height: 50px;
354            font-style: bold;
355            position: absolute;
356            z-index: 2;
357            opacity: 0.85;
358            cursor: pointer;
359            top: 15px;
360            left: 15px;
361
362            &:before {
363              content: '\2716';
364              font-family: 'entypo';
365            }
366          }
367
368          &:hover .x {
369            display: inline-block;
370          }
371
372          .progress {
373            width: 100%;
374            height: 20px;
375            margin: 30px 0;
376          }
377
378          .ajax-loader { display: none; }
379        }
380      }
381
382      #upload_error {
383        color: white;
384        font-style: bold;
385        border-top: 1px solid white;
386        background-color: $red;
387        text-align: center;
388      }
389
390      #publisher-images {
391        margin-right: 5px;
392        #file-upload,
393        #locator,
394        #poll_creator,
395        #hide_location {
396          text-decoration: none !important;
397          font-size: 16px;
398          padding: 4px 5px;
399          i {
400            color: $text-grey;
401          }
402          &:hover{
403            i { color: black; }
404          }
405          input[type='file'] {
406            cursor: pointer;
407            &::-webkit-file-upload-button {
408              cursor: pointer;
409            }
410          }
411        }
412        #hide_location {
413          display: none;
414        }
415      }
416      &.with_location #publisher-images {
417        #hide_location { display: inline-block; }
418        #locator { display: none; }
419      }
420
421      .counter {
422        height: 30px;
423        line-height: 30px;
424        position: absolute;
425        right: 100px;
426        bottom: -31px;
427        font-size: 13px;
428      }
429      &.with_location .counter {
430        bottom: -62px;
431      }
432      .warning {
433        color: orange;
434      }
435      .exceeded {
436        color: red;
437      }
438    }
439  }
440
441  .aspect_dropdown {
442    .radio {
443      min-height: 0px;
444      padding-left: 0px;
445    }
446  }
447}
Note: See TracBrowser for help on using the repository browser.