-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Elastic skin support (#37)
* Elastic Skin Support Elastic Skin Support * Update composer.json * Update authres_status.php Updating Code * Update composer.json * CSS & Icon Changes CSS & Icon Changes * Icon Update New Icon * Update composer.json * chore: lint Co-authored-by: Pim <[email protected]> Co-authored-by: Andrey <[email protected]>
- Loading branch information
1 parent
6db2cdf
commit c556408
Showing
35 changed files
with
479 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* Autumn-Larry */ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status.selected td.section { | ||
background-image: url(badge2.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* Black-Larry */ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status.selected td.section { | ||
background-image: url(badge2.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* Blue-Larry */ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge2.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status.selected td.section { | ||
background-image: url(badge.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.listing.iconized tr.authres_status>td.section:before { | ||
content: "\f3ed" | ||
} | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* Green-Larry */ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status.selected td.section { | ||
background-image: url(badge2.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* grey-larry */ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status.selected td.section { | ||
background-image: url(badge2.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* Pink-Larry */ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status.selected td.section { | ||
background-image: url(badge2.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.