forked from rebillar/site-accueil-insa
61 lines
972 B
Text
61 lines
972 B
Text
.submit {
|
|
clear: both;
|
|
font-size: 18px;
|
|
border: 0;
|
|
float: right;
|
|
margin: 12px 0 10px 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* on admin screen, Save button aligned on the left */
|
|
.admin .submit {
|
|
margin-left: 0;
|
|
margin-top: 20px;
|
|
float: none;
|
|
}
|
|
|
|
.admin .entityContainer .submit {
|
|
margin: 0;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.entityContainer .link_but {
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
margin: 0 10px 0 0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.entityContainer .link_but img {
|
|
white-space: nowrap;
|
|
margin: 0 1px 0 0 !important;
|
|
}
|
|
|
|
/* Add / Edit / List entities */
|
|
.entityContainer {
|
|
width: 100%;
|
|
max-width: 900px;
|
|
min-width: 600px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.entityInlineHelp {
|
|
color: #9b9b9b;
|
|
margin-top: 5px;
|
|
clear: both;
|
|
}
|
|
|
|
/* cancel button below Forms */
|
|
.entityCancel {
|
|
padding: 10px 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
// material select additions
|
|
ul.select-dropdown li.disabled span {
|
|
color: #9e9e9e !important;
|
|
|
|
&:hover {
|
|
background-color: #fff;
|
|
}
|
|
}
|