Version 1
[yaffs-website] / web / modules / contrib / entity_browser / css / entity_browser.tabs.css
diff --git a/web/modules/contrib/entity_browser/css/entity_browser.tabs.css b/web/modules/contrib/entity_browser/css/entity_browser.tabs.css
new file mode 100644 (file)
index 0000000..ed54772
--- /dev/null
@@ -0,0 +1,47 @@
+/**
+ * @file
+ * Styles for Entity Browser.
+ *
+ * These styles are compatible with Bartik, Seven, and Classy themes.
+ */
+
+/**
+ * Form elements.
+ */
+.entity-browser-form input.edit-submit {
+  margin-top: 20px;
+}
+
+/**
+ * Tab navigation.
+ */
+.entity-browser-form nav.tabs {
+  margin-bottom: 20px;
+}
+
+.entity-browser-form input.tab {
+  display: none;
+}
+
+.entity-browser-form .entity-tabs a {
+  cursor: pointer;
+}
+
+.eb-tabs ul {
+  margin: 0;
+  padding: 0;
+  border-bottom: 1px solid grey;
+}
+
+.eb-tabs ul li {
+  display: inline-block;
+}
+
+.eb-tabs ul li.active {
+  border-bottom: 3px solid darkblue;
+}
+
+.eb-tabs ul li a {
+  padding: .75em 1.5em;
+  display: block;
+}