mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-15 11:12:38 -04:00
Move 'Permissions' above 'STUFF THAT NEEDS A HOME' since I think that
the stuff that needs a home is a catch all and should be at the bottom.
This commit is contained in:
@@ -999,6 +999,19 @@ form .gError,
|
||||
}
|
||||
|
||||
|
||||
/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
#gPermissions .gDenied, #gPermissions .gAllowed {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#gPermissions .gDenied {
|
||||
background-color: #fcc;
|
||||
}
|
||||
#gPermissions .gAllowed {
|
||||
background-color: #cfc;
|
||||
}
|
||||
|
||||
/*************** STUFF THAT NEEDS A HOME ****************/
|
||||
#gProgress h1 {
|
||||
font-size: 1.1em;
|
||||
@@ -1058,16 +1071,3 @@ form .gError,
|
||||
background-color: #cfc;
|
||||
border: 1px solid #beb;
|
||||
}
|
||||
|
||||
/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
#gPermissions .gDenied, #gPermissions .gAllowed {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#gPermissions .gDenied {
|
||||
background-color: #fcc;
|
||||
}
|
||||
#gPermissions .gAllowed {
|
||||
background-color: #cfc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user