mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Added styling for TableListField utility action links
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@77244 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
897c711b7b
commit
2056cd5ece
@ -159,14 +159,24 @@ table.CMSList tbody td.current td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.TableListField div.utility {
|
.TableListField div.utility {
|
||||||
margin-top: 0.5em;
|
margin-top: 1em;
|
||||||
}
|
|
||||||
|
|
||||||
.TableListField div.utility a {
|
|
||||||
font-size: 9px;
|
|
||||||
border: 1px solid #aaa;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
}
|
||||||
|
.TableListField div.utility a {
|
||||||
|
text-decoration: none;
|
||||||
|
background-image:url(../../cms/images/textures/ToolBar.png);
|
||||||
|
border-color: #ccc #999 #999 #ccc;
|
||||||
|
border-style: double;
|
||||||
|
color: #333;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 11px;
|
||||||
|
margin-right: 2px;
|
||||||
|
overflow: visible;
|
||||||
|
padding: 3px 2px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
.TableListField div.utility a:hover {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
form .TableField .message {
|
form .TableField .message {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user