@@ -23,19 +23,28 @@
/* RECENT ACTIONS MODULE */
-#recent-actions-module > h3 {
- display: none;
+#recent-actions-module {
+ > h2 {
+ padding: 6px;
+ text-transform: uppercase;
+ font-size: 11px;
+ font-weight: bold;
+ margin: 0;
+ }
+
+ > h3 {
+ display: none;
}
.module ul.actionlist {
padding: 0;
- margin-left: 0;
+ margin: 0 0 2px 0;
border-collapse: collapse;
background: $content-background-color;
border-radius: 4px;
overflow-x: auto;
box-shadow: 0 2px 0 0 $content-border2-color;
- margin-bottom: 2px;
ul.actionlist li {
@@ -27,7 +27,6 @@ fieldset.module {
.module h2, .module caption, .inline-group h2 {
- border-radius: 4px;
padding: 6px;
text-align: left;
text-transform: uppercase;