Usability update: include an "Activate Toolkit Name" button with available toolkits

This commit is contained in:
Chad Kieffer
2009-05-06 03:47:58 +00:00
parent 2846e0df8b
commit 812cb94b1e
4 changed files with 18 additions and 1 deletions
+9 -1
View File
@@ -45,6 +45,14 @@
background: #eee;
}
.gAvailable .gButtonLink {
width: 96%;
}
.gSelected .gButtonLink {
display: none;
}
.gUnavailable {
border-color: #999;
opacity: 0.4;
@@ -166,7 +174,7 @@
#gAdminGraphics .gAvailable .gBlock {
clear: none;
float: left;
height: 200px;
height: 16em;
margin-right: 1em;
width: 30%;
}