mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-mobile-client.git
synced 2026-08-19 04:14:06 +00:00
dropdown content to display fixed-jquery
This commit is contained in:
+29
-7
@@ -2677,13 +2677,12 @@ cont.menu ul.main-menu>li li a{
|
||||
/*end of part 28----------------------------------------------------*/
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
[29. Table and Collapsible]
|
||||
[29. split form
|
||||
-------------------------------------------------------------------*/
|
||||
|
||||
.form-first-name, .form-last-name {
|
||||
width: 46%;
|
||||
border: none;
|
||||
back
|
||||
}
|
||||
|
||||
.form-last-name {
|
||||
@@ -2713,9 +2712,36 @@ input[type=text]:disabled {
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
/*end of part 29----------------------------------------------------*/
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
[30. pagination
|
||||
-------------------------------------------------------------------*/
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
color: black;
|
||||
float: left;
|
||||
padding: 8px 16px;
|
||||
text-decoration: none;
|
||||
transition: background-color .3s;
|
||||
border: 1px solid #ddd;
|
||||
margin: 0 4px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.pagination a.active {
|
||||
background-color: #4CAF50;
|
||||
color: white;
|
||||
border: 1px solid #4CAF50;
|
||||
}
|
||||
|
||||
.pagination a:hover:not(.active) {background-color: #ddd;}
|
||||
|
||||
/*end of part 30----------------------------------------------------*/
|
||||
|
||||
/*Other Styles and helpers------------------------------------------*/
|
||||
.block {
|
||||
display: block;
|
||||
@@ -2742,10 +2768,6 @@ h1 .button {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user