diff --git a/src/Orchard.Web/Modules/Orchard.MediaPicker/Styles/mediapicker.css b/src/Orchard.Web/Modules/Orchard.MediaPicker/Styles/mediapicker.css index 533a51b64..8c38aa03a 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaPicker/Styles/mediapicker.css +++ b/src/Orchard.Web/Modules/Orchard.MediaPicker/Styles/mediapicker.css @@ -42,9 +42,9 @@ body { overflow-x:hidden; } -input[disabled], input[disabled="disabled"], input.disabled { - color: White -} +/*input[disabled], input[disabled="disabled"], input.disabled { + color: #fff; +}*/ .media-largepreview { @@ -107,7 +107,7 @@ table.items td.media-thumbnail form { margin: 0; padding: 0; } legend { font-weight: normal; border:none; } fieldset { padding:0; margin: 0; border: 0px solid #dbdbdb; } -#orchardmediapicker label { font-weight:normal; display:block; padding: 0 0 0 0; margin:10px 0 0 0; } +#orchardmediapicker label { font-weight:normal; display:block; padding: 0 0 0 0; margin:12px 0 2px 0; } #orchardmediapicker label.forcheckbox { display: inline; margin: 10px 0 0 4px; } #orchardmediapicker .actions { margin:12px 0 0 0; clear:both; text-align:left; } diff --git a/src/Orchard.Web/Modules/Orchard.MediaPicker/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.MediaPicker/Views/Admin/Index.cshtml index 1b2f0541c..8320e9723 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaPicker/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.MediaPicker/Views/Admin/Index.cshtml @@ -11,6 +11,7 @@ Script.Require("jQueryUI_Tabs").AtHead(); Script.Include("MediaBrowser.js").AtHead(); + SetMeta("X-UA-Compatible", "IE=edge,chrome=1"); Style.Include("~/themes/theadmin/styles/site.css"); Style.Include("~/themes/theadmin/styles/ie.css").UseCondition("lte IE 8").SetAttribute("media", "screen, projection"); Style.Include("~/themes/theadmin/styles/ie6.css").UseCondition("lte IE 6").SetAttribute("media", "screen, projection"); diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index c337844ce..de18f76ec 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -649,16 +649,6 @@ button.remove:focus::-moz-focus-inner, .remove.button:focus::-moz-focus-inner { .delete.button { float:right; } -.button.disabled, .button.disabled:visited, .button.disabled:hover, .button.disabled:active, .button.disabled:focus { - background:#eee; - border:1px solid #ababab; - color:#ababab; - cursor:default; - text-shadow: none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} .button.grey { color:#5d615d; background:#f5f5f5; @@ -674,6 +664,7 @@ button.remove:focus::-moz-focus-inner, .remove.button:focus::-moz-focus-inner { /*----In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)----*/ filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffd9d9d9'); background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(245, 245, 245, 1.0)), to(rgba(217, 217, 217, 1.0))); + background: -moz-linear-gradient(top, rgba(245, 245, 245, 1.0), rgba(217, 217, 217, 1.0)); -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -711,7 +702,6 @@ button, .button, a.button { background: -moz-linear-gradient(top, rgba(155, 179, 108, 1.0), rgba(128, 159, 67, 1.0)); /*test - base green in pallet is 155,179,108*/ - background: -moz-linear-gradient(top, rgba(166, 192, 116, 1.0), rgba(155, 179, 108, 1.0)); background: -moz-linear-gradient(top, rgba(155, 179, 108, 1.0), rgba(133, 154, 93, 1.0)); -webkit-border-radius: 2px; @@ -751,6 +741,22 @@ button:active, .buton:active, a.button:active { button:focus::-moz-focus-inner, .button:focus::-moz-focus-inner { border: 1px dotted transparent; } +/*disabled*/ +.button.disabled, .button.disabled:visited, .button.disabled:hover, .button.disabled:active, .button.disabled:focus { + background-color:#eee; + border:1px solid #ababab; + color:#ababab; + cursor:default; + + filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ffeeeeee', endColorstr='#ffeeeeee'); + background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(238, 238, 238, 1.0)), to(rgba(238, 238, 238, 1.0))); + background: -moz-linear-gradient(top, rgba(238, 238, 238, 1.0), rgba(238, 238, 238, 1.0)); + + text-shadow: none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} /* and allow all of that button style to be undone and beyond - to look like a link */ button.link { background:none;