From 967ed919263ccc504da976deeb6c1463444d8e2c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 11 Sep 2013 15:15:24 +0000 Subject: [PATCH] chore(css) .cmd-button: change property order --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 77930609..84d43f8b 100644 --- a/css/style.css +++ b/css/style.css @@ -97,16 +97,16 @@ body { } .cmd-button { + width: 8%; + margin: 20px 2px 0 2px; + overflow: hidden; + color: rgb(49,123,249); + text-overflow: ellipsis; + white-space: nowrap; background-color: white; border: 1.5px solid rgba(49,123,249,.40); - color: rgb(49,123,249); - margin: 20px 2px 0 2px; - text-overflow: ellipsis; - overflow: hidden; outline: 0; transition: ease 0.1s; - white-space: nowrap; - width: 8%; } .cmd-button:hover {