diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-20 04:59:41 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-20 04:59:41 +0100 |
commit | 9089d2eb4bc34994abaf6ed173e95c97243789cd (patch) | |
tree | 97b092f159c73a10f88dc62bb3fb086ec85ac5ed /imdb-lookup/css/style.css | |
parent | a9e676eb8af8f9881c152dacbea450610e8002fa (diff) | |
download | scripts-9089d2eb4bc34994abaf6ed173e95c97243789cd.tar.gz scripts-9089d2eb4bc34994abaf6ed173e95c97243789cd.zip |
search and sort
Diffstat (limited to 'imdb-lookup/css/style.css')
-rw-r--r-- | imdb-lookup/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/imdb-lookup/css/style.css b/imdb-lookup/css/style.css index 5f04ced..2a0b6eb 100644 --- a/imdb-lookup/css/style.css +++ b/imdb-lookup/css/style.css @@ -6,6 +6,10 @@ clear: both; position: relative; } +.filter, .sort { + padding: 4px; + display: inline-block; +} .error { background-color: #EFAAAA; height: 150px; |