diff options
| author | 2012-08-14 22:41:40 +0200 | |
|---|---|---|
| committer | 2012-08-14 22:41:40 +0200 | |
| commit | a9ce4aa2537455557b7632e98146a5097661f781 (patch) | |
| tree | 0c650f576edfa9028ef57e195e0d97c3fe1ac7e1 /module/web/static/css/default/style.css | |
| parent | added dialog window (diff) | |
| parent | first Design of Queue and Settings (diff) | |
| download | pyload-a9ce4aa2537455557b7632e98146a5097661f781.tar.xz | |
Merge
Diffstat (limited to 'module/web/static/css/default/style.css')
| -rw-r--r-- | module/web/static/css/default/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 87cd60831..a5f0d7c9b 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -193,8 +193,9 @@ header .logo { border: 2px solid #000000;
padding: 15px;
font-size: 17px;
- -moz-border-radius: 15px;
border-radius: 15px;
+ -moz-border-radius: 15px;
+ -webkit-border-radius: 15px;
}
.login input, .login div{
|
