Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgssandhu committed Jan 17, 2019
1 parent 8764c08 commit 79a140e
Show file tree
Hide file tree
Showing 32 changed files with 48,342 additions and 29,060 deletions.
74 changes: 0 additions & 74 deletions assets/css/aione-admin-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -45886,80 +45886,6 @@ input[type=search] {
clear: both;
display: table
}
.pagination {
margin-bottom: 12px
}
.pagination li.active a,
.pagination li.active span {
color: #fff
}
.pagination li {
display: inline-block;
margin: 0 4px 8px 4px
}
.pagination li.double {
width: 80px
}
.pagination {
text-align: center
}
.pagination > a,
.pagination > span {
background: #454545;
color: #fff;
margin: 0 10px 10px 0;
text-align: center;
min-width: 40px;
display: inline-block;
font-size: 16px;
line-height: 40px;
padding: 0 15px;
transition: all 180ms ease-in-out
}
.pagination > a:hover,
.pagination > span:hover {
background: #333
}
.pagination > .current {
background: #168dc5
}
.pagination > .current:hover {
background: #1570a6
}
.pagination > .pagination-next,
.pagination > .pagination-prev {
padding: 0 15px;
position: relative
}
.pagination > .pagination-next > .page-next,
.pagination > .pagination-prev > .page-prev {
display: inline-block;
width: 16px
}
.pagination > .pagination-prev > .page-prev:before {
content: "";
position: absolute;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
transform: rotate(-45deg);
top: 50%;
left: 17px;
width: 12px;
height: 12px;
margin: -6px 0 0 0
}
.pagination > .pagination-next > .page-next:before {
content: "";
position: absolute;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
top: 50%;
right: 17px;
width: 12px;
height: 12px;
margin: -6px 0 0 0
}
.gfield {
display: block
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/aione-admin-editor.min.css

Large diffs are not rendered by default.

192 changes: 118 additions & 74 deletions assets/css/aione.css
Original file line number Diff line number Diff line change
Expand Up @@ -39183,6 +39183,124 @@ input[type=file]:hover {
.commentlist li ul.children li.bypostauthor {
font-weight: 700
}
.pagination {
text-align: center;
margin-bottom: 12px
}
.pagination li {
display: inline-block;
margin: 0 4px 8px 4px;
padding: 0;
margin: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 0;
background-color: #fff;
border: 1px solid #e8e8e8;
-webkit-transition: all 180ms ease-out;
-moz-transition: all 180ms ease-out;
-ms-transition: all 180ms ease-out;
-o-transition: all 180ms ease-out;
transition: all 180ms ease-out
}
.pagination li:hover {
background-color: #f8f8f8
}
.pagination li.active a,
.pagination li.active span {
color: #fff
}
.pagination li.active {
background-color: #0073aa;
border: 1px solid #0073aa
}
.pagination li.active:hover {
background-color: #006698;
border: 1px solid #006698
}
.pagination li.active span {
color: #fff
}
.pagination li.double {
width: 80px
}
.pagination li.disabled {
background-color: #f8f8f8;
border: 1px solid #e8e8e8;
cursor: no-drop
}
.pagination li.disabled span {
color: #999
}
.pagination li a,
.pagination li span {
background: #454545;
color: #fff;
margin: 0 10px 10px 0;
text-align: center;
min-width: 40px;
display: inline-block;
font-size: 16px;
line-height: 40px;
padding: 0 15px;
transition: all 180ms ease-in-out;
color: #666;
display: block;
padding: 0;
font-size: 16px;
line-height: 40px;
text-align: center;
-webkit-transition: all 150ms ease-out;
-moz-transition: all 150ms ease-out;
-o-transition: all 150ms ease-out;
transition: all 150ms ease-out
}
.pagination > a:hover,
.pagination > span:hover {
background: #333
}
.pagination > .current {
background: #168dc5
}
.pagination > .current:hover {
background: #1570a6
}
.pagination > .pagination-next,
.pagination > .pagination-prev {
padding: 0 15px;
position: relative
}
.pagination > .pagination-next > .page-next,
.pagination > .pagination-prev > .page-prev {
display: inline-block;
width: 16px
}
.pagination > .pagination-prev > .page-prev:before {
content: "";
position: absolute;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
transform: rotate(-45deg);
top: 50%;
left: 17px;
width: 12px;
height: 12px;
margin: -6px 0 0 0
}
.pagination > .pagination-next > .page-next:before {
content: "";
position: absolute;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
top: 50%;
right: 17px;
width: 12px;
height: 12px;
margin: -6px 0 0 0
}
img {
max-width: 100%
}
Expand Down Expand Up @@ -52070,80 +52188,6 @@ input[type=search] {
clear: both;
display: table
}
.pagination {
margin-bottom: 12px
}
.pagination li.active a,
.pagination li.active span {
color: #fff
}
.pagination li {
display: inline-block;
margin: 0 4px 8px 4px
}
.pagination li.double {
width: 80px
}
.pagination {
text-align: center
}
.pagination > a,
.pagination > span {
background: #454545;
color: #fff;
margin: 0 10px 10px 0;
text-align: center;
min-width: 40px;
display: inline-block;
font-size: 16px;
line-height: 40px;
padding: 0 15px;
transition: all 180ms ease-in-out
}
.pagination > a:hover,
.pagination > span:hover {
background: #333
}
.pagination > .current {
background: #168dc5
}
.pagination > .current:hover {
background: #1570a6
}
.pagination > .pagination-next,
.pagination > .pagination-prev {
padding: 0 15px;
position: relative
}
.pagination > .pagination-next > .page-next,
.pagination > .pagination-prev > .page-prev {
display: inline-block;
width: 16px
}
.pagination > .pagination-prev > .page-prev:before {
content: "";
position: absolute;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
transform: rotate(-45deg);
top: 50%;
left: 17px;
width: 12px;
height: 12px;
margin: -6px 0 0 0
}
.pagination > .pagination-next > .page-next:before {
content: "";
position: absolute;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
top: 50%;
right: 17px;
width: 12px;
height: 12px;
margin: -6px 0 0 0
}
.gfield {
display: block
}
Expand Down
4 changes: 2 additions & 2 deletions assets/css/aione.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 79a140e

Please sign in to comment.