123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .container {
- margin-top:5px;
- width:88%;
-
- }
- .table tbody tr td:first-child{
- width: 95%;
- }
- .table tbody tr td:nth-last-child(1){
- cursor: pointer;
- vertical-align: middle;
- text-align: center;
- }
- .table tbody tr td:nth-last-child(1):hover{
- background-color: #dcdcdc;
- }
- .progress {
- height: 5px;
- margin-bottom: 0px;
- }
- .tablepanel {
- max-height: 150px;
- overflow-y: auto;
- }
- table {
- word-break:break-all;
- word-wrap:break-word;
- }
- .table {
- margin-bottom: 0px;
- }
- .panel-footer {
- text-align: right;
- }
- .well {
- max-height: 600px;
- overflow-y: auto;
- }
- .drop-zone {
- background-color: #dff0d8;
- border-color: #d6e9c6;
- color: #468847;
- border-radius: 4px;
- padding: 80px;
- vertical-align: middle;
- text-align: center;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- }
- .drop-zone h1 {
- font-family: inherit;
- font-weight: bold;
- }
- #addfile
- { margin-right: 3px;
- padding: 0px 8px;
- color: #fff;
- text-decoration: none;
- background-color: #8fb3e7;
- display: inline-block;
- height: 22px;
- min-width: 24px;
- line-height: 22px;
- text-align: center;
- border-radius: 3px;
- font-size: 14px;
- cursor:pointer;
- }
|