Commit f8a5cb50 authored by smestry's avatar smestry

W15ESUN005, Changed by Sneha. Updated the css for Location stock occupancy dashboard.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98491 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e3cba0d1
......@@ -60,12 +60,14 @@ h1,h2,h3,h4,h5,h6 {
margin: 0 auto;
text-align: center;
padding-top: 50px;
}
/* Index Card Styling */
ul#index_cards {
margin-top: 50px;
text-align: center;
}
ul#index_cards li {
......@@ -87,7 +89,13 @@ ul#index_cards li {
padding: 10px;
background-color: rgb(236, 236, 236);
height: 450px;
width: 80%;
/* width: 80%; */
/* Changed by Sneha, added a image for indication on the carts loads on 17-08-2015, Request ID: SMWMS00008 */
width: auto;
/* End by Sneha, added a image for indication on the carts loads on 17-08-2015, Request ID: SMWMS00008 */
display: block;
float: left;
border: 1px solid #DADADA;
......@@ -101,6 +109,16 @@ ul#index_cards li {
-webkit-transition: all 0.5s ease-in-out;
}
/* Changed by Sneha, added a image for indication on the carts loads on 17-08-2015, Request ID: SMWMS00008 */
#celltablediv {
background-image: url(/ibase/dashboard/wms/images/triangle.png);
background-repeat: no-repeat;
background-position: right top;
margin-right: -6px;
margin-top: -6px;
}
/* End by Sneha, added a image for indication on the carts loads on 17-08-2015, Request ID: SMWMS00008 */
#celltable { /* color: blue;
font-family: Arial, Courier, sans-serif;
font-size: 10pt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment