author | Michael Krelin <hacker@klever.net> | 2006-11-12 13:09:02 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-12 13:09:02 (UTC) |
commit | ec1da6246b3bc428b22ef7bb9c7becb37682a8a4 (patch) (unidiff) | |
tree | 3d060891fee2952cb3d885e40b349b540c784642 /content | |
parent | ffd3d21bea4a1684ad33dc91564180648a74b447 (diff) | |
download | fireflix-ec1da6246b3bc428b22ef7bb9c7becb37682a8a4.zip fireflix-ec1da6246b3bc428b22ef7bb9c7becb37682a8a4.tar.gz fireflix-ec1da6246b3bc428b22ef7bb9c7becb37682a8a4.tar.bz2 |
UI polishing: made most buttons leaner
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@211 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix-panel.xul | 29 | ||||
-rw-r--r-- | content/fireflix.css | 4 |
2 files changed, 20 insertions, 13 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul index b961edb..2356c82 100644 --- a/content/fireflix-panel.xul +++ b/content/fireflix-panel.xul | |||
@@ -102,12 +102,14 @@ | |||
102 | <groupbox context="auth_menu"> | 102 | <groupbox context="auth_menu"> |
103 | <caption label="&panel.auth_info;"/> | 103 | <caption label="&panel.auth_info;"/> |
104 | <hbox> | 104 | <hbox> |
105 | <label id="auth_info" value="&panel.no_auth_info;" flex="1" disabled="true" crop="end"/> | 105 | <vbox pack="center" flex="1"> |
106 | <button id="b_auth" command="cmd_auth_auth"/> | 106 | <label id="auth_info" value="&panel.no_auth_info;" disabled="true" crop="end"/> |
107 | <button id="b_auth_done" command="cmd_auth_done" hidden="true"/> | 107 | </vbox> |
108 | <button command="cmd_auth_open_flickr" | 108 | <button class="lean" id="b_auth" command="cmd_auth_auth"/> |
109 | <button class="lean" id="b_auth_done" command="cmd_auth_done" hidden="true"/> | ||
110 | <button class="lean" command="cmd_auth_open_flickr" | ||
109 | tooltiptext="&panel.auth.flickr.tip;"/> | 111 | tooltiptext="&panel.auth.flickr.tip;"/> |
110 | <button command="cmd_help"/> | 112 | <button class="lean" command="cmd_help"/> |
111 | </hbox> | 113 | </hbox> |
112 | </groupbox> | 114 | </groupbox> |
113 | 115 | ||
@@ -126,8 +128,9 @@ | |||
126 | <vbox flex="1"> | 128 | <vbox flex="1"> |
127 | <groupbox class="search_params" orient="vertical" onkeypress="if(event.keyCode==event.DOM_VK_RETURN) fireflix.foundphotos.search_photos()"> | 129 | <groupbox class="search_params" orient="vertical" onkeypress="if(event.keyCode==event.DOM_VK_RETURN) fireflix.foundphotos.search_photos()"> |
128 | <hbox> | 130 | <hbox> |
129 | <label control="search_for" value="&panel.search.search_for.label;" | 131 | <vbox pack="center"> |
130 | accesskey="s"/> | 132 | <label control="search_for" value="&panel.search.search_for.label;" accesskey="s"/> |
133 | </vbox> | ||
131 | <textbox id="search_for" flex="1"/> | 134 | <textbox id="search_for" flex="1"/> |
132 | </hbox> | 135 | </hbox> |
133 | <hbox> | 136 | <hbox> |
@@ -136,15 +139,15 @@ | |||
136 | accesskey="t" /> | 139 | accesskey="t" /> |
137 | <checkbox id="search_mine" label="&panel.search.mode.mine.label;" checked="true" accesskey="m"/> | 140 | <checkbox id="search_mine" label="&panel.search.mode.mine.label;" checked="true" accesskey="m"/> |
138 | <spacer flex="1"/> | 141 | <spacer flex="1"/> |
139 | <button command="cmd_search"/> | 142 | <button class="lean" command="cmd_search"/> |
140 | </hbox> | 143 | </hbox> |
141 | </groupbox> | 144 | </groupbox> |
142 | <hbox> | 145 | <hbox> |
143 | <button command="cmd_search_prev_page"/> | 146 | <button class="lean" command="cmd_search_prev_page"/> |
144 | <spacer flex="1"/> | 147 | <spacer flex="1"/> |
145 | <label id="search_page" hidden="true"/> | 148 | <label id="search_page" hidden="true"/> |
146 | <spacer flex="1"/> | 149 | <spacer flex="1"/> |
147 | <button command="cmd_search_next_page"/> | 150 | <button class="lean" command="cmd_search_next_page"/> |
148 | </hbox> | 151 | </hbox> |
149 | <tree id="searchresults" rows="2" flex="1" | 152 | <tree id="searchresults" rows="2" flex="1" |
150 | onselect="fireflix.foundphotos.on_select()" | 153 | onselect="fireflix.foundphotos.on_select()" |
@@ -270,11 +273,11 @@ | |||
270 | </grid> | 273 | </grid> |
271 | </groupbox> | 274 | </groupbox> |
272 | <hbox> | 275 | <hbox> |
273 | <button command="cmd_uploads_add" /> | 276 | <button class="lean" command="cmd_uploads_add" /> |
274 | <spacer flex="1"/> | 277 | <spacer flex="1"/> |
275 | <button command="cmd_uploads_remove" /> | 278 | <button class="lean" command="cmd_uploads_remove" /> |
276 | <spacer flex="1"/> | 279 | <spacer flex="1"/> |
277 | <button command="cmd_uploads_clear" /> | 280 | <button class="lean" command="cmd_uploads_clear" /> |
278 | </hbox> | 281 | </hbox> |
279 | <hbox pack="center"> | 282 | <hbox pack="center"> |
280 | <button command="cmd_uploads_upload" flex="1"/> | 283 | <button command="cmd_uploads_upload" flex="1"/> |
diff --git a/content/fireflix.css b/content/fireflix.css index 47455f6..4fba5d3 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -120,3 +120,7 @@ html div.copyright { | |||
120 | html div.copyright a { | 120 | html div.copyright a { |
121 | text-decoration: none; | 121 | text-decoration: none; |
122 | } | 122 | } |
123 | |||
124 | button.lean { | ||
125 | min-width: 1ex; | ||
126 | } | ||