mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Style changes to merging
This commit is contained in:
parent
40b05482a8
commit
d620df17f9
10
css/cms.css
10
css/cms.css
@ -122,11 +122,15 @@ label.right.toggle-description-correct-right {
|
||||
}
|
||||
|
||||
.cms table.ss-gridfield-table tr td.MergeAction {
|
||||
width: 150px;
|
||||
width: 225px;
|
||||
}
|
||||
.cms table.ss-gridfield-table tr td.MergeAction a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cms table.ss-gridfield-table tr td.MergeAction select {
|
||||
width: 75px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.cms-content-actions,
|
||||
|
@ -152,12 +152,20 @@ label.right.toggle-description-correct-right {
|
||||
}
|
||||
}
|
||||
|
||||
.cms table.ss-gridfield-table tr td.MergeAction {
|
||||
width: 150px;
|
||||
}
|
||||
.cms table.ss-gridfield-table {
|
||||
tr td.MergeAction {
|
||||
width: 225px;
|
||||
|
||||
.cms table.ss-gridfield-table tr td.MergeAction select {
|
||||
width: 75px;
|
||||
a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cms-content-actions,
|
||||
|
Loading…
Reference in New Issue
Block a user