2014-08-29 13:02:52 +05:30
|
|
|
.admin-panel {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
2014-08-28 19:59:00 +05:30
|
|
|
.admin-desc {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
.admin-table {
|
2014-08-29 13:02:52 +05:30
|
|
|
padding: 15px 0 5px 0;
|
2014-08-28 19:59:00 +05:30
|
|
|
}
|
|
|
|
.dl-horizontal dt {
|
|
|
|
float: left;
|
|
|
|
width: 160px;
|
|
|
|
clear: left;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.admin-dl-horizontal {
|
|
|
|
padding: 20px;
|
|
|
|
> dt {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
> dd {
|
|
|
|
margin-left: 240px;
|
|
|
|
}
|
|
|
|
}
|