admiraljs
Version:
Lightweight plug and play admin interface
93 lines (83 loc) • 1.65 kB
CSS
*[type="button"] , .button, button {
background: rgb(47, 47, 47);
color: white;
padding: 6px 10px;
display: inline-block;
cursor: pointer;
border:none;
}
input[type=text],input[type=password] {
padding: 5px 7px;
border: 1px solid #E2E2E2;
margin: 0px;
}
.button-edit-delete {
clear: both;
display: block ;
width: 100px;
margin-top: 10px;
}
.AJSpopup .button-edit-delete {
display: none ;
}
.button-remove {
width: 16px;
height: 16px;
display: inline-block;
cursor: pointer;
background: url('../images/glyphicons_207_remove_2.png') no-repeat;
background-size: 54%;
background-position: center;
background-color: inherit;
}
.button-edit {
width: 16px;
height: 16px;
display: inline-block;
cursor: pointer;
background: url('../images/pen.png') no-repeat;
background-size: 70%;
background-position: center;
background-color: inherit;
}
.cell-delete,.cell-tool {
width:25px;
}
.ap-mini-button {
background: #000;
border: 1px solid white;
display: inline-block;
color: white;
text-transform: uppercase;
font-size: 8px;
padding: 0px 2px;
cursor:pointer;
float:left;
line-height: 14px;
}
.recordscontainer .recorditem {
width:100%;
width: 96%;
cursor:pointer;
background: #DDDDDD;
padding: 4px 10px 4px 11px;
margin-bottom: 1px;
}
.recordscontainer .recorditem:hover {
background:#CCC;
}
.mce-ico {
width: 9px ;
height: 9px ;
}
.mce-container, .mce-container *, .mce-widget, .mce-widget * {
background: rgba(245, 243, 243, 1);
}
.form-group .col-sm-8{
margin-bottom:10px;
}
.form-group {
display:block;
clear:both;
margin-bottom:10px;
}