diff options
Diffstat (limited to 'imdb-lookup/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; |