updated some microsite shiz. updated some logs stuffz

This commit is contained in:
arzynik 2013-07-20 21:20:47 -07:00
parent c85b988515
commit 6c1d66386e
7 changed files with 24 additions and 13 deletions

View File

@ -92,11 +92,6 @@
<div class="box">
<div class="box-header"><span class="title">Results</span>
<ul class="box-toolbar">
<li class="toolbar-link">
<a href="javascript:;" class="admin-logs-export" title="Export"><i class="icon-download-alt"></i></a>
</li>
</ul>
</div>
<div class="box-content">

View File

@ -1,3 +1,14 @@
@font-face {
font-family: 'Museo Slab';
src: url('/assets/fonts/museo_slab_500-webfont.eot');
src: url('/assets/fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fonts/museo_slab_500-webfont.woff') format('woff'),
url('/assets/fonts/museo_slab_500-webfont.ttf') format('truetype'),
url('/assets/fonts/museo_slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
font-weight: normal;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -18,14 +29,15 @@ time, mark, audio, video {
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: "Open Sans", "Droid Sans", "Helvetica", "Arial", sans-serif;
}
body, input, textarea {
font-family: "Museo Slab", "Museo Sans", "Open Sans", "Droid Sans", "Helvetica", "Arial", sans-serif;
}
ol, ul {
list-style: none;
@ -75,7 +87,13 @@ html {
-webkit-tap-highlight-color: rgba(205,69,29,.5);
}
*:not(input, textarea) {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
.home-top {
background: url(/assets/images/micro/bg-sandwich.jpg);
@ -86,7 +104,6 @@ html {
margin: 0 auto;
}
.logo {
background: url(/assets/images/micro/crunchbutton-logo.png) no-repeat;
background-position: center center;
@ -152,12 +169,12 @@ html {
border: 2px solid #32a2a4;
border-radius: 2px;
color: #404040;
box-shadow: inset 0 0 5px rgba(15, 81, 82, .57);
box-shadow: inset 0 0 0 2px #cedbdb;
padding: 0;
}
.detail-form input, .detail-form textarea {
font: 17px Museo Slab;
font-size: 17px;
padding: 8px 10px 8px 10px;
border: 0;
border-width:0;
@ -166,7 +183,6 @@ html {
background: none;
}
.content-padding {
padding: 10px;
}
@ -221,7 +237,7 @@ html {
}
.cart-items {
font: 14px Museo Slab;
font-size: 14px;
color: #fff;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 992 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB