Changeset 18060
- Timestamp:
- 05/27/2011 01:04:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/style.css
r18057 r18060 476 476 } 477 477 #site-title { 478 margin-right: 270px; 478 479 padding: 3.65625em 0 0; 479 480 } … … 493 494 color: #7a7a7a; 494 495 font-size: 14px; 495 margin: 0 0 3.65625em;496 margin: 0 270px 3.65625em 0; 496 497 } 497 498 #branding img { … … 609 610 -moz-transition-property: width, background; 610 611 -moz-transition-timing-function: ease; 611 width: 26%;612 width: 45px; 612 613 } 613 614 #branding #s:focus { 614 615 background-color: #f9f9f9; 615 width: 1 14%;616 width: 196px; 616 617 } 617 618 #branding #searchsubmit { … … 2142 2143 padding: 20px 8.8%; 2143 2144 } 2145 .page-link { 2146 margin: 1.625em 0; 2147 } 2144 2148 /* Make sure we have room for our comment avatars */ 2145 2149 .commentlist > li.comment, … … 2171 2175 } 2172 2176 @media (max-width: 650px) { 2177 /* Reposition the site title and description slightly */ 2178 #site-title { 2179 padding: 5.30625em 0 0; 2180 } 2181 #site-title, 2182 #site-description { 2183 margin-right: 0; 2184 } 2173 2185 /* Make sure the logo and search form don't collide */ 2174 2186 #branding #searchform { 2175 right: 1px; 2176 top: 0; 2187 top: 1.625em !important; 2177 2188 } 2178 2189 /* Make sure the post-post navigation doesn't collide with anything */ … … 2198 2209 position: absolute; 2199 2210 top: 2.2em; 2211 } 2212 /* Use the available space in the smaller comment form */ 2213 #respond input[type="text"] { 2214 width: 95%; 2215 } 2216 #respond .comment-form-author .required, 2217 #respond .comment-form-email .required { 2218 left: 95%; 2200 2219 } 2201 2220 }
Note: See TracChangeset
for help on using the changeset viewer.