/* -- -- -- Globals -- -- -- */
/**
- * This is a generic container for surrounding blocks of
- * text with an optional leading icon. The icon-size is
- * free. The box collapses if there's no icon given or
- * if it doesn't load.
+ * This is a generic container for surrounding blocks of
+ * text with an optional leading icon. The icon-size is
+ * free. The icon-Container is optional.
* Note:
* This box does not support RTL in WebKit-browsers!
* Thus the box-style may change in the future.
/* Simple */
dl {
- margin-bottom: 7px;
+ margin-top: 7px;
position: relative;
}
+fieldset dl:first-of-type {
+ margin-top: 0;
+}
+
dl > dt {
text-align: right;
color: rgba(102, 153, 204, 1);