minor CSS fixes

This commit is contained in:
Lee Lawlor 2015-02-27 14:49:37 -05:00
parent a63c2fa774
commit 41ba548a52
6 changed files with 104 additions and 2 deletions

View File

@ -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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long