diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-06 14:38:38 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-06 14:38:38 +0000 |
commit | 813f950652c81da81cf4908e5652828e1df62cde (patch) | |
tree | da72b455ce00266964494b28d8423edb9f902647 /Resources/German.lproj | |
parent | 466a6f7c4f06429acef29efcffef56f05cbaaa26 (diff) | |
download | sequelpro-813f950652c81da81cf4908e5652828e1df62cde.tar.gz sequelpro-813f950652c81da81cf4908e5652828e1df62cde.tar.bz2 sequelpro-813f950652c81da81cf4908e5652828e1df62cde.zip |
• added syntax highlighting for SQL file QuickLook generator
- only SQL files with less than 3MB will be syntax highlighted
Diffstat (limited to 'Resources/German.lproj')
-rw-r--r-- | Resources/German.lproj/SPQLPluginSQLTemplate.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Resources/German.lproj/SPQLPluginSQLTemplate.html b/Resources/German.lproj/SPQLPluginSQLTemplate.html index 6c905539..ca256c81 100644 --- a/Resources/German.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/German.lproj/SPQLPluginSQLTemplate.html @@ -6,13 +6,8 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:#222222; - color:white; -} -textarea { - background-color:#222222; - color:white; - white-space: nowrap; + background-color:white; + color:black; } </style> </head> @@ -21,17 +16,19 @@ textarea { <table> <tr> <td valign="right"> -<img width="200%" src="data:image/auto;base64,%@"> +<img width="100%" src="data:image/auto;base64,%@"> </td> <td> <center> <b style="font-size:12pt">Sequel Pro SQL Datei</b><br /> Größe: %@ </center><br /><br /> -<textarea cols="50" rows="10" readonly>%@</textarea> </td> </tr> </table> </center> +<pre style="padding:2mm; background-color:white" width="100%"> +%@ +</pre> </body> </html> |