2015-01-01 02:39:39 -05:00
|
|
|
.admintitle {
|
|
|
|
|
text-align: center;
|
2015-01-11 19:29:30 -05:00
|
|
|
margin-top: 0;
|
2015-01-01 14:55:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
background-color: #F7F7FF;
|
|
|
|
|
border-radius:15px;
|
|
|
|
|
margin-left:auto;
|
|
|
|
|
margin-right:auto;
|
2015-01-11 19:29:30 -05:00
|
|
|
margin-top:5%;
|
2015-01-01 14:55:05 -05:00
|
|
|
margin-bottom:0;
|
|
|
|
|
height:auto;
|
2015-01-01 23:20:45 -05:00
|
|
|
max-width:60%;
|
2015-01-01 14:55:05 -05:00
|
|
|
box-shadow: 0px 5px 10px #222222;
|
|
|
|
|
padding-bottom:0;
|
|
|
|
|
padding-top:0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remove {
|
|
|
|
|
margin-bottom: 4%;
|
2015-01-08 21:05:52 -05:00
|
|
|
}
|
|
|
|
|
|
2015-01-08 21:07:57 -05:00
|
|
|
.yield:hover {
|
|
|
|
|
color: #E14C2B;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-08 21:05:52 -05:00
|
|
|
.row {
|
|
|
|
|
min-width: 80%;
|
2015-01-01 02:39:39 -05:00
|
|
|
}
|