web file bases
This commit is contained in:
36
dist/www-bootstrap/static/style-mobile.css
vendored
36
dist/www-bootstrap/static/style-mobile.css
vendored
@@ -363,4 +363,40 @@ textarea {
|
||||
padding: 0px;
|
||||
max-width: 100%;
|
||||
overflow-x: none;
|
||||
}
|
||||
|
||||
.filedesc {
|
||||
background-color: black;
|
||||
color: gray;
|
||||
font-family: 'pxplus_ibm_vga8regular';
|
||||
line-height: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
thead {
|
||||
color: #eee;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
thead th:nth-child(1) {
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
thead th:nth-child(2) {
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
thead th:nth-child(3) {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
vertical-align: top;
|
||||
padding: 20px;
|
||||
border-top: 1px solid #666;
|
||||
}
|
36
dist/www-bootstrap/static/style.css
vendored
36
dist/www-bootstrap/static/style.css
vendored
@@ -343,3 +343,39 @@
|
||||
line-height: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.filedesc {
|
||||
background-color: black;
|
||||
color: gray;
|
||||
font-family: 'pxplus_ibm_vga8regular';
|
||||
line-height: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
thead {
|
||||
color: #eee;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
thead th:nth-child(1) {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
thead th:nth-child(2) {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
thead th:nth-child(3) {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
vertical-align: top;
|
||||
padding: 20px;
|
||||
border-top: 1px solid #666;
|
||||
}
|
Reference in New Issue
Block a user