minor CSS fixes
This commit is contained in:
@ -4,6 +4,8 @@ code { word-wrap: break-word; white-space: normal; }
|
||||
.breadcrumb { margin-top: 10px; margin-bottom: 20px; } /* margins to make sure breadcrumb and h4.breadcrumb line up properly */
|
||||
.panel-primary .panel-heading a { color: #fff; font-weight: bold; }
|
||||
.table td { word-break: break-word; }
|
||||
#maincontent_nowidth textarea { resize: none; }
|
||||
#leftcol { min-height: 2px; }
|
||||
|
||||
/* table sorting */
|
||||
.tablesorter thead { cursor: pointer; background-color: #f0f0f0; }
|
||||
@ -241,6 +243,7 @@ input#upload_csv { padding-top:5px;margin:20px 0;}
|
||||
margin-right: 0;
|
||||
border: 1px solid #CCC ;
|
||||
border-radius: 15px;
|
||||
position: absolute;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user