dev3
This commit is contained in:
@@ -95,4 +95,27 @@
|
||||
width: 170px;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.img-link{
|
||||
height: 170px;
|
||||
width: 170px;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
#inpSearchBoard{
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.header{
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: 1px solid rgba(24, 28, 33, 0.06);
|
||||
}
|
||||
|
||||
.div-boards{
|
||||
height: 63vh;
|
||||
overflow-x: auto;
|
||||
}
|
||||
14
ZpcBulletinBoard/wwwroot/css/boards/index.css
Normal file
14
ZpcBulletinBoard/wwwroot/css/boards/index.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.table > tbody > tr > td:nth-child(2),
|
||||
.table > thead > tr > th:nth-child(2) {
|
||||
width: 100px
|
||||
}
|
||||
.table > tbody > tr > td:nth-child(3),
|
||||
.table > thead > tr > th:nth-child(3) {
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.div-boards {
|
||||
height: 63vh;
|
||||
overflow-x: auto;
|
||||
}
|
||||
13
ZpcBulletinBoard/wwwroot/css/boards/view.css
Normal file
13
ZpcBulletinBoard/wwwroot/css/boards/view.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.div-placeholder{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.div-no-pages{
|
||||
padding: 20%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.div-no-pages > h2{
|
||||
margin-top: 10px;
|
||||
}
|
||||
@@ -11,7 +11,6 @@
|
||||
}
|
||||
|
||||
.div-page:hover {
|
||||
cursor: grab;
|
||||
/* background-color: rgba(24, 28, 33, 0.06); */
|
||||
border-color: blue;
|
||||
}
|
||||
@@ -35,4 +34,17 @@
|
||||
width: 170px;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.img-link{
|
||||
height: 170px;
|
||||
width: 170px;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.div-pages{
|
||||
height: 63vh;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user