[tuxdroid-svn] r5417 - in software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_int
Status: Beta
Brought to you by:
ks156
|
From: ks156 <c2m...@c2...> - 2009-09-16 14:59:40
|
Author: ks156
Date: 2009-09-16 16:59:21 +0200 (Wed, 16 Sep 2009)
New Revision: 5417
Modified:
software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/css/menu.css
software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/xsl/index.xsl
Log:
* Changed the CSS to verticaly align the interface.
Modified: software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/css/menu.css
===================================================================
--- software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/css/menu.css 2009-09-16 14:58:12 UTC (rev 5416)
+++ software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/css/menu.css 2009-09-16 14:59:21 UTC (rev 5417)
@@ -1,12 +1,12 @@
div.ContentView{
position:absolute;
- left:0px;
+ left:50%;
top:0px;
width:855px;
height:535px;
display:table;
margin-top:65px;
- margin-left:50px;
+ margin-left:-428px;
margin-right:50px;
background-color:#EFEFEF;
color:#EFEFEF;
Modified: software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/xsl/index.xsl
===================================================================
--- software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/xsl/index.xsl 2009-09-16 14:58:12 UTC (rev 5416)
+++ software_suite_v3/smart-core/smart-server/branches/user_mode/data/web_interface/user_01/xsl/index.xsl 2009-09-16 14:59:21 UTC (rev 5417)
@@ -112,10 +112,10 @@
<!-- MAIN DIV FRAMES -->
<div style="position:absolute;
top:0px;
- left:0px;
+ left:50%;
height:65px;
width:855px;
- margin-left:50px;
+ margin-left:-428px;
margin-right:50px;">
<xsl:element name="a">
<xsl:attribute name="class">menuLeftEnable</xsl:attribute>
@@ -172,4 +172,4 @@
</body>
</html>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
|