Ticket #7108: 7108-styles.patch
File 7108-styles.patch, 5.6 KB (added by , 9 years ago) |
---|
-
src/bp-core/admin/css/common-rtl.css
127 127 .dashboard_page_bp-about .bp-feature h4 { 128 128 color: #23282d; 129 129 display: inline-block; 130 font-size: 1.4em; 131 font-weight: normal; 130 font-size: 1.25em; 132 131 margin-bottom: 0.6em; 133 132 margin-top: 0; 134 133 width: 47%; … … 185 184 .index_page_bp-about .bp-changelog-section .changelog-title, 186 185 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 187 186 color: #23282d; 188 font-size: 1. 6em;189 font-weight: normal;187 font-size: 1.8em; 188 font-weight: 300; 190 189 line-height: 1.5; 191 margin: 1.25em 0 .6em;190 margin: 1.25em 0 0.6em; 192 191 text-align: center; 193 192 } 194 193 … … 238 237 .dashboard_page_bp-about .bp-headline-feature .headline-title { 239 238 font-size: 1.5em; 240 239 line-height: 1.5; 241 text-align: right;242 240 } 241 .index_page_bp-about .bp-headline-feature p, 242 .dashboard_page_bp-about .bp-headline-feature p { 243 max-width: 100%; 244 } 243 245 .index_page_bp-about .bp-features-section, 244 246 .dashboard_page_bp-about .bp-features-section { 245 247 margin-bottom: 0; … … 249 251 .dashboard_page_bp-about .bp-features-section h3, 250 252 .index_page_bp-about .bp-changelog-section .changelog-title, 251 253 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 252 font-size: 1.5em; 254 font-size: 1.8em; 255 font-weight: 300; 253 256 line-height: 1.5; 254 text-align: right;255 257 } 256 258 .index_page_bp-about .bp-features-section h4, 257 259 .dashboard_page_bp-about .bp-features-section h4, … … 258 260 .index_page_bp-about .bp-changelog-section h4, 259 261 .dashboard_page_bp-about .bp-changelog-section h4 { 260 262 font-size: 1.25em; 261 font-weight: normal;262 263 line-height: 1.25; 263 264 margin-top: 0.6em; 264 265 text-align: right; 265 266 } 267 .index_page_bp-about .bp-feature, 268 .dashboard_page_bp-about .bp-feature { 269 margin-bottom: 1em; 270 margin-top: 1em; 271 } 272 .index_page_bp-about .bp-feature h4, 273 .dashboard_page_bp-about .bp-feature h4, 274 .index_page_bp-about .bp-feature p, 275 .dashboard_page_bp-about .bp-feature p { 276 width: 100%; 277 } 278 .index_page_bp-about .bp-feature.opposite h4, 279 .dashboard_page_bp-about .bp-feature.opposite h4, 280 .index_page_bp-about .bp-feature.opposite p, 281 .dashboard_page_bp-about .bp-feature.opposite p { 282 float: none; 283 } 284 .index_page_bp-about .bp-feature img, 285 .dashboard_page_bp-about .bp-feature img { 286 clear: right; 287 float: none; 288 margin-right: 0; 289 width: 100%; 290 max-width: 100%; 291 } 292 .index_page_bp-about .bp-feature.opposite img, 293 .dashboard_page_bp-about .bp-feature.opposite img{ 294 clear: right; 295 float: none; 296 margin-left: 0; 297 } 266 298 .index_page_bp-about .bp-changelog-section .two-col > div, 267 299 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 268 300 margin-top: 0; -
src/bp-core/admin/css/common.css
127 127 .dashboard_page_bp-about .bp-feature h4 { 128 128 color: #23282d; 129 129 display: inline-block; 130 font-size: 1.4em; 131 font-weight: normal; 130 font-size: 1.25em; 132 131 margin-bottom: 0.6em; 133 132 margin-top: 0; 134 133 width: 47%; … … 185 184 .index_page_bp-about .bp-changelog-section .changelog-title, 186 185 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 187 186 color: #23282d; 188 font-size: 1. 6em;189 font-weight: normal;187 font-size: 1.8em; 188 font-weight: 300; 190 189 line-height: 1.5; 191 margin: 1.25em 0 .6em;190 margin: 1.25em 0 0.6em; 192 191 text-align: center; 193 192 } 194 193 … … 238 237 .dashboard_page_bp-about .bp-headline-feature .headline-title { 239 238 font-size: 1.5em; 240 239 line-height: 1.5; 241 text-align: left;242 240 } 241 .index_page_bp-about .bp-headline-feature p, 242 .dashboard_page_bp-about .bp-headline-feature p { 243 max-width: 100%; 244 } 243 245 .index_page_bp-about .bp-features-section, 244 246 .dashboard_page_bp-about .bp-features-section { 245 247 margin-bottom: 0; … … 249 251 .dashboard_page_bp-about .bp-features-section h3, 250 252 .index_page_bp-about .bp-changelog-section .changelog-title, 251 253 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 252 font-size: 1.5em; 254 font-size: 1.8em; 255 font-weight: 300; 253 256 line-height: 1.5; 254 text-align: left;255 257 } 256 258 .index_page_bp-about .bp-features-section h4, 257 259 .dashboard_page_bp-about .bp-features-section h4, … … 258 260 .index_page_bp-about .bp-changelog-section h4, 259 261 .dashboard_page_bp-about .bp-changelog-section h4 { 260 262 font-size: 1.25em; 261 font-weight: normal;262 263 line-height: 1.25; 263 264 margin-top: 0.6em; 264 265 text-align: left; 265 266 } 267 .index_page_bp-about .bp-feature, 268 .dashboard_page_bp-about .bp-feature { 269 margin-bottom: 1em; 270 margin-top: 1em; 271 } 272 .index_page_bp-about .bp-feature h4, 273 .dashboard_page_bp-about .bp-feature h4, 274 .index_page_bp-about .bp-feature p, 275 .dashboard_page_bp-about .bp-feature p { 276 width: 100%; 277 } 278 .index_page_bp-about .bp-feature.opposite h4, 279 .dashboard_page_bp-about .bp-feature.opposite h4, 280 .index_page_bp-about .bp-feature.opposite p, 281 .dashboard_page_bp-about .bp-feature.opposite p { 282 float: none; 283 } 284 .index_page_bp-about .bp-feature img, 285 .dashboard_page_bp-about .bp-feature img { 286 clear: left; 287 float: none; 288 margin-left: 0; 289 width: 100%; 290 max-width: 100%; 291 } 292 .index_page_bp-about .bp-feature.opposite img, 293 .dashboard_page_bp-about .bp-feature.opposite img{ 294 clear: left; 295 float: none; 296 margin-right: 0; 297 } 266 298 .index_page_bp-about .bp-changelog-section .two-col > div, 267 299 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 268 300 margin-top: 0;