diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-01 21:31:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-01 21:31:16 +0200 |
commit | ad45c78b44f887be547329501cba7c84c3a3c331 (patch) | |
tree | ec7c7e3880c716f7d992e3e388a1b75dea9ffe5c /core/css/styles.css | |
parent | a8ffe16f4f1652cfe9646f93dfc4e7a9a5766835 (diff) | |
download | nextcloud-server-ad45c78b44f887be547329501cba7c84c3a3c331.tar.gz nextcloud-server-ad45c78b44f887be547329501cba7c84c3a3c331.zip |
pimped the search dropdown style a bit
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ff2aa98ddae..5d3864f4b37 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -82,6 +82,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', end form.searchbox { display:inline; position:fixed; top:.9em; right:9em; margin:0; padding:0; } input[type="search"] { font-size:1em; padding-left:2em; background:#eee url('../img/actions/search.png') .5em center no-repeat; } + + /* NAVIGATION ------------------------------------------------------------- */ #plugins { position:fixed; top:3.5em; float:left; width:15.7em; padding:0; z-index:50; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; } } #plugins ul { list-style-type:none; border-top:1px solid #ccc; } |