Add templates directly from cms_proto/ui_prototype

This commit is contained in:
Calen Pennington
2012-06-13 11:54:17 -04:00
parent b9befbafcd
commit a333612cce
95 changed files with 5386 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
section.problem-new, section.problem-edit {
position: absolute;
top: 80px;
right: 0;
background: #fff;
width: flex-grid(5);
@include box-shadow(0 0 6px #666);
border: 1px solid #333;
border-right: 0;
z-index: 4;
> header {
background: #666;
@include clearfix;
color: #fff;
padding: 6px;
border-bottom: 1px solid #333;
-webkit-font-smoothing: antialiased;
h2 {
float: left;
font-size: 14px;
}
a {
float: right;
}
}
section {
ul {
list-style: none;
li {
border-bottom: 1px solid #333;
padding: 10px 25px;
}
}
}
}