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 | |||
@@ -104,8 +104,10 @@ | |||
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> |
@@ -128,4 +130,5 @@ | |||
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"/> |
@@ -138,3 +141,3 @@ | |||
138 | <spacer flex="1"/> | 141 | <spacer flex="1"/> |
139 | <button command="cmd_search"/> | 142 | <button class="lean" command="cmd_search"/> |
140 | </hbox> | 143 | </hbox> |
@@ -142,3 +145,3 @@ | |||
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"/> |
@@ -146,3 +149,3 @@ | |||
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> |
@@ -272,7 +275,7 @@ | |||
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> |
diff --git a/content/fireflix.css b/content/fireflix.css index 47455f6..4fba5d3 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -122 +122,5 @@ html div.copyright a { | |||
122 | } | 122 | } |
123 | |||
124 | button.lean { | ||
125 | min-width: 1ex; | ||
126 | } | ||