summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/styles.css')
-rw-r--r--WebContent/VAADIN/themes/liferay/styles.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/styles.css b/WebContent/VAADIN/themes/liferay/styles.css
new file mode 100644
index 0000000000..aef1470a71
--- /dev/null
+++ b/WebContent/VAADIN/themes/liferay/styles.css
@@ -0,0 +1,37 @@
+@import url(../default/styles.css);
+
+/*
+ * Simplified default theme to work seamlessly with Liferay
+ */
+
+div.v-app {
+ background-color: transparent;
+}
+
+.v-orderedlayout-margin-left {
+ padding-left:8px;
+}
+.v-orderedlayout-margin-bottom {
+ padding-bottom:5px;
+}
+.v-orderedlayout-margin-right {
+ padding-right:8px;
+}
+.v-orderedlayout-margin-top {
+ padding-top:5px;
+}
+
+input[type="text"].v-filterselect-input {
+ background: transparent;
+ border: none;
+ font-size: 13px;
+ height: 20px;
+ margin: 0px;
+ padding: 3px 0px 0px 4px;
+}
+
+.simplereserver div.v-datefield-entrycalendar-hours {
+ height: 200px;
+ overflow: auto;
+}
+