diff pylons_app/public/css/style_full.css @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents
children 86a25ad59766
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pylons_app/public/css/style_full.css	Sat Jul 24 02:17:48 2010 +0200
@@ -0,0 +1,36 @@
+/* -----------------------------------------------------------
+	content
+----------------------------------------------------------- */ 
+
+#content 
+{
+	margin: 10px 60px 0 60px;
+	padding: 0;
+    min-height: 100%;
+	clear: both;
+	overflow: hidden;
+	background: transparent;
+}
+
+/* -----------------------------------------------------------
+	content -> right -> forms -> labels
+----------------------------------------------------------- */
+
+#content div.box div.form div.fields div.field div.label
+{
+	left: 80px;
+	margin: 0;
+	padding: 8px 0 0 5px;
+	width: auto;
+	position: absolute;
+}
+
+#content div.box-left div.form div.fields div.field div.label,
+#content div.box-right div.form div.fields div.field div.label
+{
+	left: 0;
+	margin: 0;
+	padding: 0 0 8px 0;
+	width: auto;
+	position: relative;
+}
\ No newline at end of file