entrospect
Version:
A sample application built on top of an API generated with Espresso Logic.
40 lines (32 loc) • 1.09 kB
CSS
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
#container .margin-top-0{ margin-top:0; }
#body .float-left{ float:left; }
#body .float-right{ float:right; }
#body .display-inline{ display:inline; }
#container .min-h-150{ height:150px; }
#container .full-width{ width:100%; }
#container .margin-top-15{ margin-top:15px; }
#container h1{}
#container h2{}
#container h3{}
#container h4{}
#container h5{ margin:0; padding:0; }
#container h6{}
.container.span12{ margin:0 auto ; float:none ; }
#header{ margin:0; }
#header .grid, #header .row{ margin:0; }
.table-box{ border:1px solid #e6e6e6; height:300px; padding:10px; }
table{ width: 100%; }
thead tr{ width: 100%; }
thead td{ width: auto; font-weight:bold; }
.numeric-column{ text-align:right; }
.purchase-order.active{ background:#efefef; }
.purchase-order.hover-true{ background:#f6f6f6; }
.purchase-order{ cursor:pointer; }
.help, .help i{ line-height:54px; vertical-align:middle; float:right; cursor:pointer; }