yii2-netdisk/web/css/home_style.css

38 lines
450 B
CSS
Raw Normal View History

table a {
text-decoration-line: none;
}
.file_icon {
font-size: xx-large;
vertical-align: middle;
width: 34px;
text-align: center;
}
.file_name {
font-size: large;
margin-left: 0.3em;
vertical-align: middle;
line-height: 2;
2024-02-12 14:04:38 +08:00
}
.file_info{
font-size: large;
line-height: 2;
}
.name-col {
width: 50%;
}
.modified-col {
width: 19%;
}
.size-col {
width: 13%;
}
.action-col {
width: 18%;
}