mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 07:18:43 +02:00
Initial commit
This commit is contained in:
21
wordpress_plugins/debug-bar-cache-lookup/assets/css/dbcl.css
Normal file
21
wordpress_plugins/debug-bar-cache-lookup/assets/css/dbcl.css
Normal file
@@ -0,0 +1,21 @@
|
||||
#dbcl_panel form p{
|
||||
padding:5px;
|
||||
clear:both;
|
||||
}
|
||||
#dbcl_panel form p label{
|
||||
width:50px;
|
||||
display:block;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#dbcl_panel form p input{
|
||||
float:left;
|
||||
width:150px;
|
||||
}
|
||||
|
||||
#dbcl_panel form p.center input{
|
||||
width:200px;
|
||||
}
|
||||
#dbcl_results {
|
||||
margin-top:20px;
|
||||
}
|
||||
Reference in New Issue
Block a user