comparison html-elements.css @ 1:10b7ded9b083

added custom-pager styles and new variables
author luisf
date Wed, 13 Jul 2011 15:24:05 +0100
parents 1700a4568043
children 6b9d46abd911
comparison
equal deleted inserted replaced
0:1700a4568043 1:10b7ded9b083
93 margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */ 93 margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
94 margin-bottom: 0.667em; 94 margin-bottom: 0.667em;
95 font-weight: normal; 95 font-weight: normal;
96 } 96 }
97 97
98 .block-views h2 98 .block-views h2, .block h2
99 { 99 {
100 font-size: 1.2em; 100 font-size: 1.2em;
101 padding-top: 2em; 101 padding-top: 2em;
102 padding-bottom: 0.4em; 102 padding-bottom: 0.4em;
103 } 103 }
104 104
105 .views-field-teaser p 105 .block-inner .content p, .views-field-teaser p
106 { 106 {
107 /* Avoid blank line between title and teaser text for recent notes and upcoming events */ 107 /* Avoid blank line between title and teaser text for recent notes and upcoming events */
108 margin-top: 0em; 108 margin-top: 0em;
109 }
110
111 #search-block-form
112 {
113 margin-top: 2em;
114 }
115
116 #search-block-form label
117 {
118 font-weight: normal;
119 font-size: 1.2em;
109 } 120 }
110 121
111 h3 122 h3
112 { 123 {
113 font-size: 1.3em; 124 font-size: 1.3em;