From d0f9c1ef4946460288142f6b0e0f279847d876d9 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 17 Apr 2008 14:49:25 +0000 Subject: [PATCH] simplereserver theme renamed to liferay svn changeset:4194/svn branch:trunk --- WebContent/ITMILL/themes/liferay/styles.css | 35 +++++++++++++++++++ .../ITMILL/themes/simplereserver/styles.css | 4 --- 2 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 WebContent/ITMILL/themes/liferay/styles.css delete mode 100644 WebContent/ITMILL/themes/simplereserver/styles.css diff --git a/WebContent/ITMILL/themes/liferay/styles.css b/WebContent/ITMILL/themes/liferay/styles.css new file mode 100644 index 0000000000..718988aacc --- /dev/null +++ b/WebContent/ITMILL/themes/liferay/styles.css @@ -0,0 +1,35 @@ +/* + * Simplified default theme to work seamlessly with Liferay + */ + +.i-app { + background-color: transparent; +} + +.i-orderedlayout-margin-left { + padding-left:8px; +} +.i-orderedlayout-margin-bottom { + padding-bottom:5px; +} +.i-orderedlayout-margin-right { + padding-right:8px; +} +.i-orderedlayout-margin-top { + padding-top:5px; +} + +input[type="text"].i-filterselect-input { + background: transparent; + border: none; + font-size: 13px; + height: 20px; + margin: 0px; + padding: 3px 0px 0px 4px; +} + +.simplereserver div.i-datefield-entrycalendar-hours { + height: 200px; + overflow: auto; +} + diff --git a/WebContent/ITMILL/themes/simplereserver/styles.css b/WebContent/ITMILL/themes/simplereserver/styles.css deleted file mode 100644 index 06d390838d..0000000000 --- a/WebContent/ITMILL/themes/simplereserver/styles.css +++ /dev/null @@ -1,4 +0,0 @@ -div.i-datefield-entrycalendar-hours { - height: 200px; - overflow: auto; -} -- 2.39.5