Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
#315: Apply joomla 3.6.5 changes in media
Browse files Browse the repository at this point in the history
  • Loading branch information
allanpilarca committed Jan 27, 2017
1 parent a018bd3 commit 93c1787
Show file tree
Hide file tree
Showing 160 changed files with 10,871 additions and 5,528 deletions.
32 changes: 31 additions & 1 deletion web/media/jui/css/bootstrap-extended.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ hr.hr-condensed {
background-color: #f5f5f5;
}
.row-striped .row-fluid {
width: 97%;
width: 100%;
box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
min-height: 10px;
Expand Down Expand Up @@ -397,6 +398,14 @@ fieldset.radio.btn-group {
width: 1px;
overflow: hidden;
}
.element-invisible:focus {
width: auto;
height: auto;
overflow: auto;
background: #eee;
color: #000;
padding: 1em;
}
.form-vertical .control-label {
float: none;
width: auto;
Expand All @@ -423,6 +432,11 @@ fieldset.radio.btn-group {
input.invalid {
border: 1px solid #9d261d;
}
select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single,
select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
border-color: #9d261d;
color: #9d261d;
}
.tooltip {
max-width: 400px;
}
Expand Down Expand Up @@ -471,3 +485,19 @@ th .tooltip-inner {
.dropdown-menu {
text-align: left;
}
.alert-link {
font-weight: bold;
}
.alert .alert-link {
color: #a47e3c;
}
.alert-success .alert-link {
color: #356635;
}
.alert-danger .alert-link,
.alert-error .alert-link {
color: #953b39;
}
.alert-info .alert-link {
color: #2d6987;
}
45 changes: 45 additions & 0 deletions web/media/jui/css/bootstrap-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,22 @@ body {
padding: 8px 10px;
color: #FFFFFF;
}
.navigation .nav li li .nav-child {
left: auto;
right: 100%;
}
.navigation .nav li li .nav-child:before {
left: auto;
right: -7px;
border-left: 7px solid rgba(0,0,0,0.2);
border-right-width: 0;
}
.navigation .nav li li .nav-child:after {
left: auto;
right: -6px;
border-left: 6px solid #ffffff;
border-right-width: 0;
}
.container-logo {
padding-top: 6px;
float: left;
Expand Down Expand Up @@ -421,7 +437,14 @@ body {
}
.dl-horizontal dt {
float: right;
text-align: left;
clear: right;
}
.dl-horizontal dd {
margin-left: 0;
margin-right: 180px;
}
.dl-horizontal dt,
.profile> ul {
margin: 9px 25px 0 0;
}
Expand Down Expand Up @@ -562,9 +585,18 @@ body {
#mediamanager-form .dimensions {
direction: ltr;
}
.popover,
.tooltip-inner {
text-align: right;
}
.popover.top .arrow,
.popover.bottom .arrow {
margin-right: -11px;
}
.popover.top .arrow:after,
.popover.bottom .arrow:after {
margin-right: -10px;
}
@media (max-width: 480px) {
.btn-toolbar .btn-wrapper {
display: block;
Expand All @@ -588,3 +620,16 @@ input[type="url"] {
text-align: left;
direction: ltr;
}
#aside .nav .nav-child {
border-left: 0;
border-right: 2px solid #ddd;
padding-left: 0;
padding-right: 5px;
}
.dropdown-menu {
text-align: right;
}
[class^="icon-"],
[class*=" icon-"] {
margin-left: .25em;
}
37 changes: 37 additions & 0 deletions web/media/jui/css/bootstrap-tooltip-extended.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/* Base class */
.tooltip.top-left,
.tooltip.top-right {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.bottom-left,
.tooltip.bottom-right {
margin-top: 3px;
padding: 5px 0;
}

/* Arrows */
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: black;
}
Binary file modified web/media/jui/css/chosen-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/css/chosen-sprite@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion web/media/jui/css/chosen.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@
right: auto;
left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
left: 9999px;
}
Expand Down Expand Up @@ -410,6 +409,14 @@
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
background-position: -12px 2px;
}
[dir="rtl"] .chzn-container .chzn-drop,
[dir="rtl"] .chzn-container-single.chzn-container-single-nosearch .chzn-search {
left: auto;
right: -9999px;
}
[dir="rtl"] .chzn-container.chzn-with-drop .chzn-drop {
right: 0;
}

/* @end */
/* @group Retina compatibility */
Expand Down
3 changes: 1 addition & 2 deletions web/media/jui/css/icomoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
.icon-plus-2:before {
content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
content: "\5e";
Expand All @@ -232,6 +231,7 @@
.icon-not-ok:before {
content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
content: "\e216";
}
Expand Down Expand Up @@ -359,7 +359,6 @@
.icon-file-plus:before {
content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
content: "\e017";
}
Expand Down
16 changes: 15 additions & 1 deletion web/media/jui/css/jquery.minicolors.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,20 @@
margin: 0px;
}

/* Input width depending on format */
.minicolors-theme-bootstrap .hex {
width: 65px;
}
.minicolors-theme-bootstrap .keywords {
width: 100px;
}
.minicolors-theme-bootstrap .rgb {
width: 160px;
}
.minicolors-theme-bootstrap .rgba {
width: 220px;
}

/* When the input is disabled */
.minicolors-theme-bootstrap .minicolors-input[disabled] {
background-color: #eee;
Expand Down Expand Up @@ -299,7 +313,7 @@
.minicolors-theme-bootstrap .minicolors-slider,
.minicolors-theme-bootstrap .minicolors-opacity-slider {
top: 6px;
left: 157px;
margin-left: 5px;
}

.minicolors-theme-bootstrap .minicolors-grid {
Expand Down
12 changes: 11 additions & 1 deletion web/media/jui/css/jquery.searchtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
.js-stools-container-bar .input-append {
margin-bottom: 0;
}
/* Use up caret to hide the search filters */
.js-stools-container-bar .btn-primary .caret {
border-top: 0;
border-bottom: 4px solid #FFF;
margin-top: 7px;
margin-bottom: 8px;
}
.js-stools .btn-wrapper {
display: inline-block;
margin: 0 5px 0 0;
Expand Down Expand Up @@ -36,6 +43,9 @@ html[dir=rtl] .js-stools .chzn-container {
.js-stools .js-stools-container-filters .chzn-container.active .chzn-single{
border: 2px solid #2384D3;
}
.js-stools .js-stools-container-filters-visible {
display: inline-block;
}
.js-stools .chzn-container-single .chzn-single span {
overflow: visible;
}
Expand Down Expand Up @@ -80,4 +90,4 @@ html[dir=rtl] .js-stools .chzn-container {
display: block;
margin-top: 10px;
}
}
}
2 changes: 1 addition & 1 deletion web/media/jui/css/sortablelist.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
.dnd-list-highlight {
Expand Down
Binary file added web/media/jui/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/bg-overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/hue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/joomla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/jquery.minicolors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/media/jui/img/saturation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 93c1787

Please sign in to comment.