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