comanage-dev - [comanage-dev] r551 - in registry/trunk/app: View/Layouts webroot/css
Subject: COmanage Developers List
List archive
- From:
- To:
- Subject: [comanage-dev] r551 - in registry/trunk/app: View/Layouts webroot/css
- Date: Fri, 28 Jun 2013 19:15:34 -0400
- Authentication-results: sfpop-ironport03.merit.edu; dkim=neutral (message not signed) header.i=none
Author: marie
Date: 2013-06-28 19:15:34 -0400 (Fri, 28 Jun 2013)
New Revision: 551
Modified:
registry/trunk/app/View/Layouts/default.ctp
registry/trunk/app/webroot/css/comanage.css
Log:
co588 - stylize the sidebar
Modified: registry/trunk/app/View/Layouts/default.ctp
===================================================================
--- registry/trunk/app/View/Layouts/default.ctp 2013-06-28 07:22:49 UTC (rev
550)
+++ registry/trunk/app/View/Layouts/default.ctp 2013-06-28 23:15:34 UTC (rev
551)
@@ -433,6 +433,9 @@
<!-- Display sidebar for content -->
<script>
$('#content').width('685');
+ jQuery(window).load(function () {
+ $('#sidebar').height( $('#content').height() - 95);
+ });
</script>
<div id="sidebar">
<ul id="menu">
Modified: registry/trunk/app/webroot/css/comanage.css
===================================================================
--- registry/trunk/app/webroot/css/comanage.css 2013-06-28 07:22:49 UTC (rev
550)
+++ registry/trunk/app/webroot/css/comanage.css 2013-06-28 23:15:34 UTC (rev
551)
@@ -154,7 +154,7 @@
#advancedSearch select{
float: right;
clear: both;
- width: 140px;
+ width: 130px;
margin-left: 8px;
}
@@ -260,10 +260,12 @@
/* Sidebar (right) */
#sidebar {
float: left;
- min-width: 200px;
+ width: 247px;
min-height: 400px;
padding: 10px;
- margin: 60px 0 0 0;
+ margin: 72px 0 0 4px;
+ border: 1px solid #4297d7;
+ background: #f5fafd;
}
/* Footer */
- [comanage-dev] r551 - in registry/trunk/app: View/Layouts webroot/css, svnlog, 06/28/2013
Archive powered by MHonArc 2.6.16.