|
From: <ma...@us...> - 2010-12-11 21:09:42
|
Revision: 200
http://openautomation.svn.sourceforge.net/openautomation/?rev=200&view=rev
Author: mayerch
Date: 2010-12-11 21:09:36 +0000 (Sat, 11 Dec 2010)
Log Message:
-----------
Fix a few broken parts (copyed from the discreet designs)
Modified Paths:
--------------
CometVisu/trunk/visu/designs/pure/basic.css
Modified: CometVisu/trunk/visu/designs/pure/basic.css
===================================================================
--- CometVisu/trunk/visu/designs/pure/basic.css 2010-12-11 20:50:29 UTC (rev 199)
+++ CometVisu/trunk/visu/designs/pure/basic.css 2010-12-11 21:09:36 UTC (rev 200)
@@ -12,6 +12,7 @@
h1
{
font-size: 2em;
+ margin-left: 15px;
}
body hr
@@ -33,6 +34,7 @@
.nav_path
{
color: #ff8000;
+ margin-left: 15px;
}
.nav_path a
{
@@ -62,6 +64,13 @@
min-height: 2em;
}
+.widget .label,
+.widget.info .actor,
+.text > div,
+.link > a {
+ line-height: 2em;
+}
+
.widget .label
{
float:left;
@@ -207,7 +216,7 @@
float: left;
margin-left: 10px;
margin-left: 1em;
- margin-top: 0.2em;
+ margin-top: 0.5em;
border-color: #666 #fff #fff #666;
}
@@ -298,14 +307,4 @@
.clickable {
cursor: pointer;
-}
-
-.diagram_inline {
- width: 320px;
- height: 180px;
-}
-
-.diagram_preview {
- width: 320px;
- height: 2em;
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|