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

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

Version para desarrollo local

  • Property mode set to 100755
File size: 452 bytes
Line 
1.facebox_content { display: none; }
2
3#facebox {
4  input[type='text'], input.text { width: 98%; }
5}
6
7#facebox_header {
8  position: relative;
9  padding-bottom: 10px;
10
11  .right {
12    z-index: 3;
13    right: 1em;
14    top: 14px;
15    color: #ccc;
16
17    img {
18      vertical-align: top;
19      position: relative;
20      top: 0px;
21    }
22  }
23
24  h3, h4 {
25    .description { margin-top: 0px; }
26  }
27
28  .tiny_text {
29    font-size: 11px;
30    font-weight: normal;
31  }
32}
Note: See TracBrowser for help on using the repository browser.