Update to member css and trip planner css.
authorLeif Hanson <leif@gaslightmedia.com>
Fri, 7 Jun 2013 19:31:37 +0000 (19:31 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Fri, 7 Jun 2013 19:31:37 +0000 (19:31 +0000)
Toolkit/Members/css/member.css

index 274aa9f..c12f67e 100755 (executable)
@@ -567,15 +567,22 @@ Restaurant, Hotels and Golf Courses
 }
 /* Trip Planner Stuff */
 .tpBox {
-       border-right: 1px solid #3D1006;
+       /*border-right: 1px solid #3D1006;
        border-bottom: 1px solid #3D1006;
        border-left: 1px solid #CBCBAA;
        border-top: 1px solid #CBCBAA;
-       background: #eee;
+       background: #eee;*/
        }
 #accountBox {
        height: 1%;
        overflow: hidden;
+       padding: 10px;
+       border: 1px solid #B0A487;
+       background: url(../../../assets/bg_2.jpg) 0 0 repeat;
+       border-radius: 6px;
+       -webkit-box-shadow:0 0 8px rgba(0,0,0,.2);
+       -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
+       box-shadow:0 0 8px rgba(0,0,0,.2);
        }
 #accountBox h2 {
        margin: 0 0 6px 0;
@@ -587,7 +594,7 @@ Restaurant, Hotels and Golf Courses
        padding: 6px;
        }
 #plannerLogin, #plannerAcc {
-       width: 31%;
+       width: 28%;
        float: left;
        padding: 6px;
        }
@@ -596,8 +603,11 @@ Restaurant, Hotels and Golf Courses
        padding: 16px;
        }
 #plannerAcc {
-       border-right: 1px dashed #ccc;
-       border-left: 1px dashed #ccc;
+       width: 35%;
+       padding-left: 38px;
+       padding-right: 38px;
+       border-right: 1px dashed #C7B299;
+       border-left: 1px dashed #C7B299;
        }
 .tpBoxNoList #plannerAcc {
        border: 0;
@@ -641,21 +651,22 @@ text-align: right;        }
 #plannerList {
        padding: 6px;
        margin: 0;
-       clear: both;
+       /*clear: both;*/
        }
 /* page break */
 .page-break { display:none; }
 
 .plannerItem {
-       border: 1px solid #ddd;
-       border-left: 20px solid #eee;
+       border: 1px solid #B0A487;
+       border-left: 20px solid #B0A487;
        background: #fff;
        padding: 1px 0 6px 0;
        position: relative;
-       clear: both;
+       /*clear: both;*/
        margin-top: 12px;
        height: 1%;
        overflow: hidden;
+       border-radius: 6px;
 }
 .plannerRemove {
        text-indent: -5000px;
@@ -707,7 +718,7 @@ p.plannerTime {
        }
 ul#plannerNav {
        list-style-type: none;
-       margin: 0;
+       margin: 0 0 0 30px;
        padding: 10px;
        width: 28%;
        float: left;
@@ -720,26 +731,25 @@ ul#plannerNav li {
 ul#plannerNav li a {
        display: block;
        padding: 5px 0 5px 26px;
-       background-position: 4px center;
        background-repeat: no-repeat;
        margin-bottom: 3px;
        border: 1px solid #eee;
        }
 ul#plannerNav li#pN1 a {
-       background-image: url(http://app.gaslightmedia.com/assets/icons/email_edit.png);
+       background: rgba(255,255,255,0.3) url(http://app.gaslightmedia.com/assets/icons/email_edit.png) 4px center no-repeat;
 }
 ul#plannerNav li#pN2 a {
-       background-image: url(http://app.gaslightmedia.com/assets/icons/printer.png);
+       background: rgba(255,255,255,0.3) url(http://app.gaslightmedia.com/assets/icons/printer.png) 4px center no-repeat;
 }
 ul#plannerNav li#pN3 a {
-       background-image: url(http://app.gaslightmedia.com/assets/icons/map.png);
+       background: rgba(255,255,255,0.3) url(http://app.gaslightmedia.com/assets/icons/map.png) 4px center no-repeat;
        }
 ul#plannerNav li#pN4 a {
-       background-image: url(http://app.gaslightmedia.com/assets/icons/help.png);
+       background: rgba(255,255,255,0.3) url(http://app.gaslightmedia.com/assets/icons/help.png) 4px center no-repeat;
        }
 ul#plannerNav a:hover {
        background-color: white !important;
-       border: 1px solid #ccc;
+       border: 1px solid #EEE;
        }
 
 .pages {