|
From: <pe...@us...> - 2012-10-24 17:40:50
|
Revision: 1075
http://openautomation.svn.sourceforge.net/openautomation/?rev=1075&view=rev
Author: peuter
Date: 2012-10-24 17:40:41 +0000 (Wed, 24 Oct 2012)
Log Message:
-----------
* removed wrong parts of the rowspan workaround
* css code cleanup
Modified Paths:
--------------
CometVisu/trunk/visu/designs/metal/basic.css
CometVisu/trunk/visu/lib/templateengine.js
Modified: CometVisu/trunk/visu/designs/metal/basic.css
===================================================================
--- CometVisu/trunk/visu/designs/metal/basic.css 2012-10-24 16:27:03 UTC (rev 1074)
+++ CometVisu/trunk/visu/designs/metal/basic.css 2012-10-24 17:40:41 UTC (rev 1075)
@@ -700,10 +700,8 @@
}
#navbarTop { border-bottom: 2px solid #666; }
#navbarBottom { border-top: 2px solid #666; }
-.navbar .pagejump .label > img, .navbar .pagejump .label > img {
+.navbar .pagejump .label > img {
height: 44px !important;
-}
-.navbar .pagejump .label > img, .navbar .pagejump .label > img {
display: block;
margin: 0 auto;
}
Modified: CometVisu/trunk/visu/lib/templateengine.js
===================================================================
--- CometVisu/trunk/visu/lib/templateengine.js 2012-10-24 16:27:03 UTC (rev 1074)
+++ CometVisu/trunk/visu/lib/templateengine.js 2012-10-24 17:40:41 UTC (rev 1075)
@@ -244,9 +244,7 @@
$('#calcrowspan').remove();
if (clientDesign=="metal") {
- // Ugly workaround for the metal-design until someone comes up with a better solution
- singleHeightMargin--;
- singleHeight--;
+ // Workaround for the metal-design
// append css style
$('head').append('<style id="'+className+'Style">.rowspan' + rowspan + ' { height: ' + ((rowspan-1)*singleHeightMargin+singleHeight) + 'px; position:relative;} </style>').data(className, 1);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|