diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-09 14:04:17 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-09 14:04:17 +0000 |
commit | 2d945df60f198d98f5e7000202b54f26a8ca1278 (patch) | |
tree | 26a94ff19619974c4964a198f54a401e1395a5a3 /Resources/English.lproj | |
parent | 435863ae95a73a0dec7d5f6c8638525ce9ea31ed (diff) | |
download | sequelpro-2d945df60f198d98f5e7000202b54f26a8ca1278.tar.gz sequelpro-2d945df60f198d98f5e7000202b54f26a8ca1278.tar.bz2 sequelpro-2d945df60f198d98f5e7000202b54f26a8ca1278.zip |
• Quicklook generator
- improved icon display by choosing an adequate image of of the icns file
- set background to white for all different spf files to be consistent
Diffstat (limited to 'Resources/English.lproj')
4 files changed, 1 insertions, 15 deletions
diff --git a/Resources/English.lproj/SPQLPluginConnectionTemplate.html b/Resources/English.lproj/SPQLPluginConnectionTemplate.html index cfce367f..48345fcb 100644 --- a/Resources/English.lproj/SPQLPluginConnectionTemplate.html +++ b/Resources/English.lproj/SPQLPluginConnectionTemplate.html @@ -6,8 +6,6 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:#222222; - color:white; } </style> </head> diff --git a/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html b/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html index c9ad6aa7..b6765826 100644 --- a/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html +++ b/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html @@ -6,12 +6,6 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:#222222; - color:white; -} -textarea { - background-color:#222222; - color:white; } </style> </head> diff --git a/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html index 73f9f816..5a04861d 100644 --- a/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html +++ b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html @@ -6,12 +6,6 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:#222222; - color:white; -} -textarea { - background-color:#222222; - color:white; } </style> </head> diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html index 52588352..d9f55c09 100644 --- a/Resources/English.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -14,7 +14,7 @@ body { <table> <tr> <td valign="right"> -<img width="96" src="data:image/auto;base64,%@"> +<img width="128" heigth="128" src="data:image/auto;base64,%@"> </td> <td> <center> |