mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
This commit is contained in:
@@ -1,69 +1,4 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<style>
|
||||
.gButtonLink {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #ececec #c8c8c8 #c8c8c8 #ececec;
|
||||
background-image: url('/gallery3/themes/admin_default/images/backg-buttonlink.png');
|
||||
padding: .2em .3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.gButtonLink:hover {
|
||||
border-color: #c8c8c8 #ececec #ececec #c8c8c8;
|
||||
}
|
||||
.gBlock h2 a {
|
||||
font-size: .7em;
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -1.69em;
|
||||
}
|
||||
|
||||
.gUserAdminList li {
|
||||
padding: .4em .4em .3em .4em;
|
||||
position: relative;
|
||||
}
|
||||
.gUserAdminList li img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: move;
|
||||
}
|
||||
.gFirstRow {
|
||||
border-bottom: 1px solid grey;
|
||||
padding-bottom: .5em;
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
.gOddRow {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
.gActions {
|
||||
position: absolute;
|
||||
left: 400px;
|
||||
}
|
||||
.gActions a, .gActions span {
|
||||
margin-right: 40px;
|
||||
}
|
||||
.gPanel {
|
||||
display: none;
|
||||
padding: 1em;
|
||||
}
|
||||
.gPanel legend {
|
||||
display: none;
|
||||
}
|
||||
.gPanel fieldset {
|
||||
border: none;
|
||||
}
|
||||
|
||||
li.gGroup {
|
||||
float: left;
|
||||
display: block;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
border: 1px solid gray;
|
||||
padding: .5em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="gBlock">
|
||||
<h2>
|
||||
<?= t("User Admin") ?>
|
||||
|
||||
Reference in New Issue
Block a user