2013-01-24 20:48:44 +00:00
|
|
|
|
.nz-input-large {
|
2013-01-21 03:41:37 +00:00
|
|
|
|
margin-top: 20px;
|
2013-01-25 00:02:53 +00:00
|
|
|
|
margin-bottom: 40px;
|
2013-01-21 03:41:37 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-02-18 08:06:48 +00:00
|
|
|
|
.nz-input-large input {
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
2013-01-21 03:41:37 +00:00
|
|
|
|
|
2013-02-18 08:06:48 +00:00
|
|
|
|
.nz-input-large *[class*='icon-'] {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
width: 40px;
|
|
|
|
|
padding-top: 14px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
2013-01-24 20:48:44 +00:00
|
|
|
|
|
2013-01-25 00:02:53 +00:00
|
|
|
|
.result-list {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
text-align: left;
|
2013-01-25 20:47:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-02-18 08:06:48 +00:00
|
|
|
|
.result-list .accordion-heading:hover {
|
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
|
}
|
2013-01-25 00:02:53 +00:00
|
|
|
|
|
2013-01-27 02:14:42 +00:00
|
|
|
|
.search-item .accordion-heading *[class*='icon-'] {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-left: 10px;
|
2013-01-26 20:05:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-29 07:44:07 +00:00
|
|
|
|
.search-item .accordion-body .in {
|
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-25 20:47:44 +00:00
|
|
|
|
.result-list .result-item a {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
2013-01-24 20:48:44 +00:00
|
|
|
|
|
2013-01-27 02:14:42 +00:00
|
|
|
|
.search-item a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-item a {
|
|
|
|
|
color: #343434;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-item select {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2013-02-01 03:15:19 +00:00
|
|
|
|
|
|
|
|
|
/*Existing*/
|
|
|
|
|
.unmapped-folder-view {
|
|
|
|
|
background: #fcf8e3;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-18 08:06:48 +00:00
|
|
|
|
.unmapped-folder-view .folder-header {
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
2013-02-01 03:15:19 +00:00
|
|
|
|
|
2013-02-18 08:06:48 +00:00
|
|
|
|
.unmapped-folder-view .folder-header input {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2013-02-02 03:33:23 +00:00
|
|
|
|
|
2013-02-18 08:06:48 +00:00
|
|
|
|
.unmapped-folder-view .folder-header select {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2013-02-02 03:33:23 +00:00
|
|
|
|
|
2013-02-01 03:15:19 +00:00
|
|
|
|
.existing-root-folder-view, h1 {
|
2013-02-15 08:18:42 +00:00
|
|
|
|
padding: 10px 0 20px 0;
|
2013-02-01 03:15:19 +00:00
|
|
|
|
}
|