Merge pull request #4405 from rabuzarus/20180206_-_frio_admin_plugin_template

Frio: better styling for the admin addons/themes selection page
This commit is contained in:
Hypolite Petovan 2018-02-06 11:01:28 -05:00 committed by GitHub
commit eca960505f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions

View File

@ -2829,6 +2829,50 @@ section.help-content-wrapper li {
#adminpage #frio_background_image.input-group {
display: block;
}
#adminpage ul#pluginslist, li.plugin {
padding-top: 10px;
}
#adminpage li .icon {
display: inline-block;
vertical-align: text-top;
position: relative;
padding-left: 5px;
}
#adminpage li .icon:before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
margin-top: 2px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#adminpage li .icon.on:after {
font-family: "FontAwesome";
content: "\f00c";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
margin-top: 2px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
#adminpage .plugin .desc {
padding-left: 10px;
}
/* Register Page*/
#register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {