some work on directory widgets

This commit is contained in:
marijus
2014-11-11 23:09:55 +01:00
parent f72035ec93
commit d145ef2021
6 changed files with 38 additions and 57 deletions

View File

@@ -12,6 +12,11 @@
padding: 6px 10px;
}
.widget-input {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/* suggest */
.suggest-widget-more {
@@ -28,13 +33,6 @@
margin-top: 15px;
}
/* search */
#search-text {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/* notes */
#note-text {
@@ -51,21 +49,6 @@
}
/* peoplefind */
#peoplefind-sidebar .btn {
margin: 10px 0 10px 0;
}
#side-peoplefind-url {
margin-top: 5px;
}
#side-peoplefind-url {
font-size: 1em;
}
/* fileas */