1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00
Files
seahub/frontend/src/css/common.css

101 lines
1.5 KiB
CSS
Raw Normal View History

2018-09-15 16:14:17 +08:00
.panel-heading {
position: relative;
padding: .5rem 1rem;
width: 100%;
border-bottom: 1px solid #e8e8e8;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
height: 36px;
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.a-simulate {
color: #eb8205 !important;
text-decoration: none;
font-weight: normal;
cursor: pointer;
}
.a-simulate:hover {
text-decoration: underline;
}
.flex-right {
justify-content: flex-end;
}
/* begin main table list style */
.table-container {
flex: 1;
padding: 10px 1rem;
overflow: auto;
}
.table-container table {
width: 100%;
}
.table-container table th {
text-align: left;
font-weight: normal;
color: #9c9c9c;
}
.table-container table td {
color: #333;
font-size: 14px;
word-break: break-all;
}
.table-container table th, .table-container table td {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
}
.table-container table tr img {
display: block;
width: 24px;
height: 24px;
}
/* specific handler */
.table-container table .menu-toggle {
text-align: center;
}
.tr-highlight {
background-color: #f8f8f8;
}
/* end main list style */
/* begin dropdown-menu style */
.dropdown-menu {
min-width: 8rem;
}
/* end dropdown-menu style */
/* begin tip */
.empty-tip {
padding: 30px 40px;
background-color: #FAFAFA;
border: solid 1px #DDD;
border-radius: 3px;
box-shadow: inset 0 0 8px #EEE;
margin-top: 5.5em;
}
.empty-tip h2 {
text-align: center;
}
/* end tip */