[Logilogi-svn] SF.net SVN: logilogi:[1626] trunk
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2009-10-26 01:26:14
|
Revision: 1626
http://logilogi.svn.sourceforge.net/logilogi/?rev=1626&view=rev
Author: wybow
Date: 2009-10-26 01:26:00 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
Fixed steps-layout, not final yet.
Modified Paths:
--------------
trunk/app/views/logis/_steps.html.erb
trunk/public/stylesheets/logilogi.css
Modified: trunk/app/views/logis/_steps.html.erb
===================================================================
--- trunk/app/views/logis/_steps.html.erb 2009-10-24 11:42:57 UTC (rev 1625)
+++ trunk/app/views/logis/_steps.html.erb 2009-10-26 01:26:00 UTC (rev 1626)
@@ -3,7 +3,7 @@
<div class="step step_current">
<div class="panel_content_padding">
<div class="level<%= step.level %>">
- <%= logi_ll_link(step.logi, :show => :title, :length => 28) %>
+ <%= logi_ll_link(step.logi, :show => :title, :length => 52) %>
</div>
<div class="spacer"></div>
</div>
@@ -11,7 +11,7 @@
<% else %>
<div class="step">
<div class="level<%= step.level %>">
- <%= logi_ll_link(step.logi, :show => :title, :length => 28) %>
+ <%= logi_ll_link(step.logi, :show => :title, :length => 52) %>
</div>
</div>
<% end %>
Modified: trunk/public/stylesheets/logilogi.css
===================================================================
--- trunk/public/stylesheets/logilogi.css 2009-10-24 11:42:57 UTC (rev 1625)
+++ trunk/public/stylesheets/logilogi.css 2009-10-26 01:26:00 UTC (rev 1626)
@@ -261,15 +261,15 @@
}
.panel div.step div.level1 {
padding-left: 0.5em;
- font-size: 1.8em;
+ font-size: 1.6em;
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.panel div.step div.level2 {
padding-left: 1.5em;
font-size: 1.4em;
- padding-top: 0.5em;
- padding-bottom: 0.5em;
+ padding-top: 0.3em;
+ padding-bottom: 0.3em;
}
/* panels with tabs */
@@ -774,7 +774,7 @@
}
#paths .step_current {
padding: 20px 0 20px 2.6em;
- height: 2.6em;
+ height: 2.2em;
margin: -20px 0px -18px -30px;
}
#home_page .logi_current .panel_content_padding,
@@ -783,7 +783,7 @@
}
#paths .step .panel_content_padding {
padding-top: 0em;
- padding-bottom: 0.3em;
+ padding-bottom: 0.1em;
padding-left: 0em;
}
#home_page .logi .author,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|