Ticket #4193: 4193.02.patch
File 4193.02.patch, 2.2 KB (added by , 12 years ago) |
---|
-
bp-themes/bp-default/_inc/css/default-rtl.css
body { 47 47 background: #eaeaea url( ../images/background.gif ) top right repeat-x; 48 48 } 49 49 50 51 50 /*-------------------------------------------------------------- 52 51 1.1 - Content 53 52 --------------------------------------------------------------*/ … … div#content .main-column { 93 92 1.2 - Header 94 93 --------------------------------------------------------------*/ 95 94 #header #search-bar { 96 left: 0;97 right: auto;98 95 text-align: left; 99 96 } 97 100 98 #header #search-bar input[type=text] { 101 99 margin-left: 4px; 102 100 margin-right: 0; … … div#content .main-column { 107 105 } 108 106 #header h1 { 109 107 float: right; 110 left: auto;111 right: 20px;112 108 } 113 109 114 110 … … dl { 230 226 /*-------------------------------------------------------------- 231 227 3.0 - Navigation 232 228 --------------------------------------------------------------*/ 233 #navigation {234 text-align: left;235 }236 229 #nav { 230 float: left; 237 231 margin: 40px 0 0 20px; 238 232 } 239 233 #nav li { 234 float: right; 240 235 margin-left: auto; 241 236 margin-right: 5px; 242 237 } … … dl { 247 242 margin-left: auto; 248 243 margin-right: 0; 249 244 } 245 246 #nav ul, 247 #nav .sfhover ul ul, 248 #nav :hover ul ul { 249 left: auto; 250 right: 0; 251 } 250 252 #nav .sfhover ul .sfhover > ul, 251 253 #nav :hover ul :hover > ul { 252 254 left: auto; -
bp-themes/bp-default/_inc/css/default.css
textarea { 159 159 margin-bottom: 20px; 160 160 padding-top: 25px; 161 161 position: relative; 162 width: 100%; 162 163 z-index: 1000; 163 164 } 164 165 #header #search-bar { 165 166 margin-top: 5px; 166 167 text-align: right; 167 width: 100%;168 168 } 169 169 #header #search-bar .padder { 170 170 padding: 10px 15px 0 20px; … … p:last-child { 347 347 margin-bottom: 0; 348 348 } 349 349 .accessibly-hidden { 350 left: -999em;351 350 position: absolute; 351 left: -999em; 352 text-indent: -999em; 352 353 } 353 354 hr { 354 355 background-color: #e7e7e7; … … a:focus { 599 600 #nav :hover ul ul { 600 601 display: none; 601 602 position: absolute; 603 left: 0; 602 604 } 603 605 #nav .sfhover ul, 604 606 #nav :hover ul {