From ade3f5b912c5d36e2cdd1730f5d828fc1ed75c35 Mon Sep 17 00:00:00 2001 From: Russell Michell Date: Tue, 10 Jan 2012 12:31:09 +1300 Subject: [PATCH] MINOR: Typo in language file --- css/GridField.css | 5 ++--- javascript/lang/en_US.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/css/GridField.css b/css/GridField.css index d167f4eeb..765ed6a2e 100644 --- a/css/GridField.css +++ b/css/GridField.css @@ -2,9 +2,8 @@ .cms table.ss-gridfield.field { box-shadow: none; padding: 0; margin: 20px 0 0 0; border-collapse: separate; border-bottom: 0 none; } .cms table.ss-gridfield.field thead { color: #1d2224; background: transparent; } .cms table.ss-gridfield.field tbody { background: #FFF; } -.cms table.ss-gridfield.field tbody td { /* Rounded buttons */ } -.cms table.ss-gridfield.field tbody td button { border: #CC0033 solid 1px; background: #CC0033; color: #FFF; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px; margin: 0 0 0 2px; padding: 0; width: auto; min-width: 30px; height: 30px; text-shadow: none; } -.cms table.ss-gridfield.field tbody td button:hover { color: #222; } +.cms table.ss-gridfield.field tbody td { /* Emulate a link by default */ } +.cms table.ss-gridfield.field tbody td button { border: none; background: none; margin: 0 0 0 2px; padding: 0; width: auto; text-shadow: none; } .cms table.ss-gridfield.field tfoot { color: #1d2224; } .cms table.ss-gridfield.field tfoot tr td { background: #95a5ab; padding: .7em; } .cms table.ss-gridfield.field tr.sortable-header th { background: #7f9198; } diff --git a/javascript/lang/en_US.js b/javascript/lang/en_US.js index f0ee32c94..309e0e984 100644 --- a/javascript/lang/en_US.js +++ b/javascript/lang/en_US.js @@ -16,6 +16,6 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') { 'FILEIFRAMEFIELD.DELETEIMAGE': 'Delete Image', 'FILEIFRAMEFIELD.CONFIRMDELETE': 'Are you sure you want to delete this file?', 'LeftAndMain.IncompatBrowserWarning': 'Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.', - 'GRIDFIELD.ERRORINTRANSACTION': 'An error occured while fecthing data from the server\n Please try again later.' + 'GRIDFIELD.ERRORINTRANSACTION': 'An error occured while fetching data from the server\n Please try again later.' }); }