[Bugs] #3406 sugar-artwork UNSP: Theme new spinbutton correctly
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Wed May 30 08:59:52 EDT 2012
#3406: Theme new spinbutton correctly
------------------------------------------+---------------------------------
Reporter: erikos | Owner: erikos
Type: defect | Status: assigned
Priority: Unspecified by Maintainer | Milestone: 0.96
Component: sugar-artwork | Version: Git as of bugdate
Severity: Major | Keywords: 12.1.0
Distribution: OLPC | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Changes (by erikos):
* cc: garycmartin (added)
Comment:
Thanks Carlos for the patch. So setting the border-radius to something
like 10px for the corners gets close. We need to see how we can do the
math correctly here. Secondly, the border radius does not seem to get
applied to first-child I have no idea what is wrong here, hmmm.
{{{
+*/
+.spinbutton .button:first-child {
+ border-radius: 10px 0 0 10px;
+}
+
+.spinbutton .button:last-child {
+ border-radius: 0 10px 10px 0;
+}
+
}}}
I think there are two possible layouts: something like (value (-][+)), or
as Carlos suggests (value [-][+)). Gary any comments?
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3406#comment:4>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list