From a8c5bd20a268d7c43d7b4e0fbb7fba2071295b19 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 14 Dec 2014 21:58:49 +0800 Subject: [PATCH] =?UTF-8?q?ico-stop,=20ico-run=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/themes/black.css | 4 ---- static/css/themes/default.css | 4 ---- static/css/wide.css | 8 +++----- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/static/css/themes/black.css b/static/css/themes/black.css index e1efaf8..dccbe3b 100644 --- a/static/css/themes/black.css +++ b/static/css/themes/black.css @@ -61,10 +61,6 @@ border-color: #000000; } -#buildRun { - background-color: #494949; -} - .frame { color: #f1f1f1; border: 1px solid #00040a; diff --git a/static/css/themes/default.css b/static/css/themes/default.css index 509f828..bac4aac 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -59,10 +59,6 @@ border-color: #b6b6b6; } -#buildRun { - background-color: #cfcfcf; -} - .frame { border: 1px solid #5F5F5F; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); diff --git a/static/css/wide.css b/static/css/wide.css index 1b9c59a..bf7fd0b 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -9,7 +9,7 @@ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * WITHOUT WARRANTIES OR CONDIT#buildRunIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ @@ -288,14 +288,12 @@ #buildRun { color: #6DB14C; - padding: 0px 3px 0 5px; - border-radius: 10px; - display: inline-block; + font-size: 19px; } #buildRun.ico-stop { color: #9d0000; - padding: 0 4px 0 4px; + font-size: 16px; } .share-panel {