diff options
Diffstat (limited to 'phpBB/adm/style/admin.css')
| -rw-r--r-- | phpBB/adm/style/admin.css | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index eae4f42641..512c714fcc 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -737,6 +737,15 @@ td {  	border-spacing: 1px;  } +dt#color_palette_placeholder table { +	margin-right: 5px; +	width: 80px; +} + +#color_palette_placeholder td { +	padding: 0; +} +  table.type2 {  	border: none;  	background: none;  | 
