15 lines
758 B
CSS
15 lines
758 B
CSS
.versions .dropdown-menu{max-height:260px; overflow-y:auto;}
|
|
.table-data > tbody > tr > th.w-80px {width:80px;}
|
|
.detail-content .file-image{position: relative; padding: 0 10px;}
|
|
.detail-content .file-image > span.right-icon{position: absolute; right: 0px; top: 0;}
|
|
#urlIframe{border:0px;}
|
|
|
|
#urlCard{border:1px solid #ccc; width:100%; min-height:60px; padding:8px; border-radius: 4px;
|
|
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045);
|
|
box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045);
|
|
}
|
|
#urlCard .url-icon{float:left; width:45px; height:45px; margin-right:5px;}
|
|
#urlCard .url-content{padding-left:55px;}
|
|
#urlCard .url-title{font-weight:bold; font-size:16px; min-height:20px}
|
|
#urlCard .url-href a{color:#888;}
|