Patch #32099 » fix-inconsistent-gaps-on-mypage.patch
public/stylesheets/application.css (working copy) | ||
---|---|---|
453 | 453 |
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap;} |
454 | 454 |
.splitcontentleft {flex: 1; margin-right: 5px;} |
455 | 455 |
.splitcontentright {flex: 1; margin-left: 5px;} |
456 |
.splitcontenttop {flex: 2; flex-basis: 100%;} |
|
456 |
.splitcontenttop {flex: 2; flex-basis: 100%; margin-bottom: 10px;}
|
|
457 | 457 | |
458 | 458 |
form {display: inline;} |
459 | 459 |
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;} |
... | ... | |
1247 | 1247 |
/***** My page layout *****/ |
1248 | 1248 |
.block-receiver { |
1249 | 1249 |
border:1px dashed #fff; |
1250 |
padding: 15px 0 0 0; |
|
1251 | 1250 |
} |
1252 | 1251 |
.dragging .block-receiver { |
1253 | 1252 |
border:1px dashed #777; |
1254 |
margin-bottom: 20px; |
|
1255 | 1253 |
} |
1256 | 1254 |
.mypage-box { |
1257 | 1255 |
border:1px solid #ddd; |
1256 |
background: white; |
|
1258 | 1257 |
padding:8px; |
1259 |
margin:0 0 20px 0;
|
|
1258 |
margin:0 0 12px 0;
|
|
1260 | 1259 |
color:#505050; |
1261 | 1260 |
line-height:1.5em; |
1262 | 1261 |
} |
1263 | 1262 | |
1263 |
.mypage-box:last-child {margin:0;} |
|
1264 | ||
1264 | 1265 |
.mypage-box>.contextual {opacity:0.001; transition: opacity 0.2s;} |
1265 | 1266 |
.mypage-box:hover>.contextual {opacity:1;} |
1266 | 1267 |