added ability to center buttons in button bar
authorLinda Nichols <lynnaloo@gmail.com>
Fri, 18 Apr 2014 18:49:08 +0000 (18:49 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Fri, 18 Apr 2014 18:49:08 +0000 (18:49 +0000)
lib/enyo-x/source/less/screen.less
lib/enyo-x/source/stylesheets/screen.css

index 43e5ca1..e69ff00 100644 (file)
@@ -130,6 +130,9 @@ body {
 */
 .xv-buttons {
   margin: 5px;
+  &.center {
+    text-align: center;
+  }
 
   .onyx-button {
     margin: 2px;
index 0bc79af..a395d93 100755 (executable)
@@ -1574,6 +1574,9 @@ body {
 .xv-buttons {
   margin: 5px;
 }
+.xv-buttons.center {
+  text-align: center;
+}
 .xv-buttons .onyx-button {
   margin: 2px;
   min-width: 60px;