Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / extensions / extensions.css
index ebd09e3..81d1d21 100644 (file)
@@ -34,6 +34,7 @@ html:not(.focus-outline-visible)
 
 #dev-controls .buttons-container {
   display: -webkit-box;
+  height: 32px;  /* height + padding-top matches #dev-controls height. */
   padding-top: 13px;
 }
 
@@ -42,13 +43,13 @@ html:not(.focus-outline-visible)
 }
 
 #apps-developer-tools-promo {
-  -webkit-margin-before: 15px;
-  -webkit-padding-before: 5px;
   -webkit-padding-end: 3px;
   align-items: center;
   border-top: 1px solid #eee;
   display: flex;
   font-size: 13px;
+  margin-top: 7px;  /* This matches #dev-controls padding-bottom. */
+  padding-top: 5px;
 }
 
 #apps-developer-tools-promo img {
@@ -153,6 +154,7 @@ html:not(.focus-outline-visible)
 
 #footer-section {
   background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat left center;
+  background-size: 32px 32px;
   font-size: 1.25em;
 }
 
@@ -186,6 +188,11 @@ html[dir=rtl] #footer-section {
   min-height: 48px;
 }
 
+.extension-list-item a {
+  -webkit-margin-start: 0.5em;
+  display: inline-block;
+}
+
 html[dir='rtl'] .extension-list-item {
   background-position: right;
 }
@@ -207,19 +214,35 @@ html[dir='rtl'] .extension-list-item {
   font-weight: 400;
 }
 
-.extension-description {
+.extension-description,
+.corrupt-install-message {
   -webkit-padding-end: 5px;
   font-size: 13px;
   margin: 5px 0;
   white-space: normal;
 }
 
+.corrupt-install-message {
+  color: rgb(196, 42, 23);
+}
+
+.action-links {
+  margin-bottom: 0.5em;
+}
+
+.action-links a {
+  -webkit-margin-end: 1em;
+  -webkit-margin-start: 0;
+}
+
 .extension-details {
   -webkit-box-flex: 1;
+  -webkit-padding-end: 7px;
   -webkit-padding-start: 55px;
 }
 
 .extension-description,
+.extension-version,
 .extension-list-item-wrapper.inactive-extension .extension-details,
 .location-text,
 .blacklist-text,
@@ -233,7 +256,10 @@ html[dir='rtl'] .extension-list-item {
   position: relative;
 }
 
-.enable-checkbox-text {
+/* We use x[is='action-link'] here so that we get higher specifity than the
+ * action link rules without resorting to the Dark Side (!IMPORTANT). */
+.terminated-reload-link[is='action-link'],
+.corrupted-repair-button[is='action-link'] {
   /* Matches width of trash. */
   -webkit-margin-end: 30px;
 }
@@ -257,14 +283,10 @@ html[dir='rtl'] .extension-list-item {
   word-wrap: break-word;
 }
 
-.terminated-reload-link {
-  -webkit-margin-end: 2.5em;
-  padding-top: 7px;
-}
-
-.extension-list-item a {
-  -webkit-margin-start: 0.5em;
+.terminated-reload-link,
+.corrupted-repair-button {
   display: inline-block;
+  padding-top: 7px;
 }
 
 .install-warnings a {
@@ -348,10 +370,9 @@ html[dir=rtl] .extension-commands-config {
   -webkit-transition: opacity 200ms;
   height: 22px;
   opacity: 0.8;
-  position: absolute;
+  position: relative;
   right: 0;
-  top: 3px;
-  vertical-align: middle;
+  top: 6px;
 }
 
 html[dir='rtl'] #extension-settings .trash {
@@ -368,25 +389,19 @@ html[dir='rtl'] #extension-settings .trash {
 }
 
 .extension-highlight {
-  background: rgb(238, 238, 238);
-  background-position: auto;
-  background-repeat: auto;
+  background: rgb(250, 250, 250);
   border-radius: 3px;
   padding: 5px 0 5px 5px;
 }
 
-.may-not-modify .optional-controls .optional-controls-disableable {
-  display: none;
-}
-
-/* Managed mode */
+/* Supervised users */
 
-.page:not(.profile-is-managed) .profile-is-managed-banner,
-.profile-is-managed .more-extensions-link {
+.page:not(.profile-is-supervised) .profile-is-supervised-banner,
+.profile-is-supervised .more-extensions-link {
   display: none;
 }
 
-.profile-is-managed-banner .page-banner-text {
+.profile-is-supervised-banner .page-banner-text {
   background-image: url(chrome://theme/IDR_WARNING);
 }