Cleaned up some CSS in ve.ui.Surface.css

Got rid of some commented out code we aren't going to use and fixed the order of arguments to background position to x, y

Change-Id: I4e638c33b053dd916681dc91c8c0d7cff224375d
This commit is contained in:
Trevor Parscal 2012-08-23 11:02:31 -07:00
parent f948c359eb
commit c6b1011931

View file

@ -8,14 +8,9 @@
.es-toolbar {
border-bottom: solid 1px #ccc;
position: relative;
/* -webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
-o-border-radius: 0.25em;
border-radius: 0.25em;
*/
/* @embed */
background-image: url(images/fade-up.png);
background-position: bottom left;
background-position: left bottom;
background-repeat: repeat-x;
-webkit-user-select: none;
-moz-user-select: none;