2013-01-24 12:48:44 -08:00
|
|
|
|
.nz-input-large {
|
2013-01-20 19:41:37 -08:00
|
|
|
|
margin-top: 20px;
|
2013-01-24 16:02:53 -08:00
|
|
|
|
margin-bottom: 40px;
|
2013-01-20 19:41:37 -08:00
|
|
|
|
}
|
|
|
|
|
|
2013-02-18 00:06:48 -08:00
|
|
|
|
.nz-input-large input {
|
2013-02-25 19:54:58 -08:00
|
|
|
|
height: 50px;
|
2013-02-18 00:06:48 -08:00
|
|
|
|
}
|
2013-01-20 19:41:37 -08:00
|
|
|
|
|
2013-02-18 00:06:48 -08:00
|
|
|
|
.nz-input-large *[class*='icon-'] {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
width: 40px;
|
|
|
|
|
padding-top: 14px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
2013-01-24 12:48:44 -08:00
|
|
|
|
|
2013-01-24 16:02:53 -08:00
|
|
|
|
.result-list {
|
2013-03-31 14:45:16 -07:00
|
|
|
|
font-size: 14px;
|
2013-01-24 16:02:53 -08:00
|
|
|
|
text-align: left;
|
2013-03-31 14:45:16 -07:00
|
|
|
|
padding-bottom: 30px;
|
2013-01-25 12:47:44 -08:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 14:45:16 -07:00
|
|
|
|
.search-item {
|
|
|
|
|
padding-bottom: 20px;
|
2013-01-25 12:47:44 -08:00
|
|
|
|
}
|
2013-01-24 12:48:44 -08:00
|
|
|
|
|
2013-01-26 18:14:42 -08:00
|
|
|
|
.search-item a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-item a {
|
|
|
|
|
color: #343434;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-item select {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2013-01-31 19:15:19 -08:00
|
|
|
|
|
|
|
|
|
/*Existing*/
|
|
|
|
|
.unmapped-folder-view {
|
|
|
|
|
background: #fcf8e3;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-18 00:06:48 -08:00
|
|
|
|
.unmapped-folder-view .folder-header {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
2013-01-31 19:15:19 -08:00
|
|
|
|
|
2013-02-18 00:06:48 -08:00
|
|
|
|
.unmapped-folder-view .folder-header input {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2013-02-01 19:33:23 -08:00
|
|
|
|
|
2013-02-18 00:06:48 -08:00
|
|
|
|
.unmapped-folder-view .folder-header select {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2013-02-01 19:33:23 -08:00
|
|
|
|
|
2013-02-28 08:34:18 -08:00
|
|
|
|
.existing-root-folder-view h1 {
|
2013-02-15 00:18:42 -08:00
|
|
|
|
padding: 10px 0 20px 0;
|
2013-01-31 19:15:19 -08:00
|
|
|
|
}
|
2013-02-25 19:54:58 -08:00
|
|
|
|
|
|
|
|
|
.folder-name-matches {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-top: 10px;
|
2013-04-05 17:12:50 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-polaroid {
|
|
|
|
|
min-width: 138px;
|
|
|
|
|
min-height: 203px;
|
2013-04-09 20:17:41 -07:00
|
|
|
|
max-width: 138px;
|
|
|
|
|
max-height: 203px;
|
2013-04-03 21:38:51 -07:00
|
|
|
|
}
|