mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 02:46:19 -04:00
1) Move the digibug css in the default and admin_default themes
2) Remove most of the marketing cruft on the admin pages 3) Change the name of the admin settings to just Digibug 4) Remove the "switch on mouseover" approach
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* 4) Content blocks in specific layout containers
|
||||
* 5) Browser hacks
|
||||
* 6) jQuery and jQuery UI
|
||||
* 7) Server Add
|
||||
* 8) Digibug Print Administration
|
||||
*/
|
||||
|
||||
/** *******************************************************************
|
||||
@@ -436,3 +438,94 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
|
||||
width: 150px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/** *******************************************************************
|
||||
* 8) Digibug Print Administration
|
||||
**********************************************************************/
|
||||
.gAdminDigibugIntro {
|
||||
background-image: url(../images/digibug_logo.png);
|
||||
background-repeat: no-repeat;
|
||||
padding-bottom: 20px;
|
||||
width: 820px;
|
||||
}
|
||||
|
||||
.gAdminDigibugIntro p {
|
||||
font-family: Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
padding-top: 15px;
|
||||
text-indent: 110px;
|
||||
}
|
||||
|
||||
.gDigibugTab {
|
||||
width: 820px;
|
||||
height: 420px;
|
||||
}
|
||||
|
||||
.gDigibugTab .gDigibugTitle {
|
||||
font-family: Georgia;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.gDigibugTab .gDigibugText {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
line-height: 17px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.gDigibugListItems ul {
|
||||
list-style-type: disc;
|
||||
padding-left: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
.gDigibugListItems ul li{
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.gDigibugRounded {
|
||||
background-color:#5C9CCC;
|
||||
color: white;
|
||||
width: 308px;
|
||||
height: 45px;
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
margin-top: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
margin-left: 60px;
|
||||
margin-right: -50px;
|
||||
margin-left: 20px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.gDigibugRounded a {
|
||||
color: white !important;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.gDigibugSignIn {
|
||||
width: 115px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.gDigibugSignIn a {
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.gDigibugAdvancedForm {
|
||||
float: left;
|
||||
padding-left: 30px;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user