diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-10 22:28:01 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-10 22:28:01 +0000 |
| commit | 99648a411e5b9c022b85d20540fd2c98bf712cca (patch) | |
| tree | 2204ce1129403973295e7850b23de331623633d4 /share/ui | |
| parent | Fix typos by PeterK. (diff) | |
| download | inkscape-99648a411e5b9c022b85d20540fd2c98bf712cca.tar.gz inkscape-99648a411e5b9c022b85d20540fd2c98bf712cca.zip | |
Move XMLDialog and Attributes Dialog to Gtk::Paned
Diffstat (limited to 'share/ui')
| -rw-r--r-- | share/ui/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index d70fad17c..5a0f98a9a 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -317,27 +317,32 @@ color: @theme_fg_color; } + #XMLDialogAndAttribuesDialog, #SelectorsAndStyleDialog{ min-height:200px; min-width:250px; } - + #XMLAndAttributesDialog button, #SelectorsAndStyleDialog button{ padding:4px; min-height:16px; margin:2px; } - + #XMLAndAttributesDialog .directiontoggler image, + #XMLAndAttributesDialog .stylesheettoggler image, #SelectorsAndStyleDialog .directiontoggler image, #SelectorsAndStyleDialog .stylesheettoggler image { color: transparent; } + #XMLAndAttributesDialog .directiontoggler, + #XMLAndAttributesDialog .stylesheettoggler, #SelectorsAndStyleDialog .directiontoggler, #SelectorsAndStyleDialog .stylesheettoggler { margin:2px; } + #XMLAndAttributesDialog .toggle, #SelectorsAndStyleDialog .toggle { min-width: 18px; padding-left: 6px; |
