mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
CSS: Add border-radius to fieldset (fix #980)
This commit is contained in:
@@ -23,7 +23,7 @@ th { background: #eee; text-align: left; }
|
|||||||
thead { position: sticky; top: 0; }
|
thead { position: sticky; top: 0; }
|
||||||
thead th { text-align: center; padding: .2em .5em; }
|
thead th { text-align: center; padding: .2em .5em; }
|
||||||
thead td, thead th { background: #ddf; }
|
thead td, thead th { background: #ddf; }
|
||||||
fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: .8em .5em 0 0; border: 1px solid #999; }
|
fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: .8em .5em 0 0; border: 1px solid #999; border-radius: 5px; }
|
||||||
p { margin: .8em 20px 0 0; }
|
p { margin: .8em 20px 0 0; }
|
||||||
img { vertical-align: middle; border: 0; }
|
img { vertical-align: middle; border: 0; }
|
||||||
td img { max-width: 200px; max-height: 200px; }
|
td img { max-width: 200px; max-height: 200px; }
|
||||||
|
Reference in New Issue
Block a user