[Server] build 0010
Paginator
This commit is contained in:
+35
-3
@@ -22,7 +22,7 @@ body {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.buttonclose {
|
||||
.buttonfullsee {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
color: white;
|
||||
@@ -64,7 +64,7 @@ body {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 80px;
|
||||
background-color: rgb(53, 53, 53);
|
||||
vertical-align: bottom;
|
||||
display: inline;
|
||||
@@ -90,5 +90,37 @@ body {
|
||||
}
|
||||
|
||||
.mainsearchdata {
|
||||
padding-top: 50px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.horizscroll {
|
||||
float: left;
|
||||
width: 100%;
|
||||
background-color: rgb(53, 53, 53);
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.buttpage {
|
||||
text-align: center;
|
||||
margin: 4px;
|
||||
vertical-align: bottom;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.buttpageinactive {
|
||||
background-color: rgb(53, 53, 53);
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.buttpageactive {
|
||||
background-color: white;
|
||||
border: 1px solid white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.imgdisable {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user