123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- html{
- background-color: #ecf0f5;
- }
- body {
- font-size:14px;
- }
- .login-page{
- background-color: #ecf0f5;
- }
- div.required label.control-label:after {
- content: " *";
- color: red;
- }
- td{word-break: break-all}
- .table thead tr th {
- padding: 8px 8px;
- font-weight: normal;
- color:#333;
- border-bottom: 1px solid #e1e6eb;
- background-color: #F5F6FA;
- }
- .table thead tr th a{
- color:#333;
- }
- .table thead .sorting:after,
- .table thead .sorting_asc:after,
- .table thead .sorting_desc:after {
- font-family: "Glyphicons Halflings";
- opacity: 0.5;
- margin-left:5px;
- }
- .table thead .sorting:after {
- content: "\e150";
- }
- .table thead .sorting.asc:after {
- content: "\e155"; /* sort-by-attributes */
- }
- .table thead .sorting.desc:after {
- content: "\e156"; /* sort-by-attributes-alt */
- }
- .pagination-summary {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- zoom: 1;
- padding: 0 16px;
- color: #888;
- }
- .pagination {
- margin: 0;
- vertical-align: middle;
- border-radius: 0;
- }
- .alert a {text-decoration: none!important;}
- .editormd-fullscreen {z-index:99999!important;}
- .redactor-box {
- width: 375px !important;
- }
- .redactor-view {
- width: 375px;
- padding: 15px;
- border: 1px solid #ccc;
- }
- .redactor-view img{
- width: 100% !important;
- }
- .form-submit button[type=submit]{
- width: 100%;
- }
- /* layer 相册 */
- .media-content img {
- border: 2px dashed #999999;
- border-radius: 7px;
- margin-right: 10px;
- margin-bottom: 10px;
- width: 150px;
- }
- .nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
- border-left-color: #009688;
- border-width: 1px;
- padding-left: 17px;
- }
- .nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
- border-left-color: #009688;
- border-width: 1px;
- padding-left: 17px;
- }
- .nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
- border-width: 3px;
- padding-left: 15px;
- }
|