~canonical-sysadmins/wordpress/4.1

« back to all changes in this revision

Viewing changes to wp-includes/css/jquery-ui-dialog-rtl.css

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*!
2
 
 * jQuery UI CSS Framework 1.10.1
 
2
 * jQuery UI CSS Framework 1.11.2
3
3
 * http://jqueryui.com
4
4
 *
5
 
 * Copyright 2013 jQuery Foundation and other contributors
 
5
 * Copyright 2014 jQuery Foundation and other contributors
6
6
 * Released under the MIT license.
7
7
 * http://jquery.org/license
8
8
 *
9
 
 * http://docs.jquery.com/UI/Theming/API
 
9
 * http://api.jqueryui.com/category/theming/
10
10
 */
11
11
 
12
12
/* Layout helpers
53
53
        right: 0;
54
54
        position: absolute;
55
55
        opacity: 0;
56
 
        filter:Alpha(Opacity=0);
57
 
}
 
56
        filter:Alpha(Opacity=0); /* support: IE8 */
 
57
}
 
58
 
 
59
.ui-front {
 
60
        z-index: 100;
 
61
}
 
62
 
58
63
 
59
64
/* Interaction Cues
60
65
----------------------------------*/
62
67
        cursor: default !important;
63
68
}
64
69
 
 
70
 
65
71
/* Icons
66
72
----------------------------------*/
67
73
 
73
79
        background-repeat: no-repeat;
74
80
}
75
81
 
 
82
 
 
83
/* Misc visuals
 
84
----------------------------------*/
 
85
 
 
86
/* Overlays */
 
87
.ui-widget-overlay {
 
88
        position: fixed;
 
89
        top: 0;
 
90
        right: 0;
 
91
        width: 100%;
 
92
        height: 100%;
 
93
}
 
94
 
76
95
/*!
77
 
 * jQuery UI Resizable 1.10.1
 
96
 * jQuery UI Resizable 1.11.2
78
97
 * http://jqueryui.com
79
98
 *
80
 
 * Copyright 2013 jQuery Foundation and other contributors
 
99
 * Copyright 2014 jQuery Foundation and other contributors
81
100
 * Released under the MIT license.
82
101
 * http://jquery.org/license
83
 
 *
84
 
 * http://docs.jquery.com/UI/Resizable#theming
85
102
 */
86
103
.ui-resizable {
87
104
        position: relative;
90
107
        position: absolute;
91
108
        font-size: 0.1px;
92
109
        display: block;
 
110
        -ms-touch-action: none;
 
111
        touch-action: none;
93
112
}
94
113
.ui-resizable-disabled .ui-resizable-handle,
95
114
.ui-resizable-autohide .ui-resizable-handle {
128
147
/* @noflip */
129
148
.ui-resizable-se {
130
149
        cursor: se-resize;
131
 
        width: 9px;
132
 
        height: 9px;
133
 
        right: -5px;
134
 
        bottom: -5px;
 
150
        width: 12px;
 
151
        height: 12px;
 
152
        right: 1px;
 
153
        bottom: 1px;
135
154
}
136
155
/* @noflip */
137
156
.ui-resizable-sw {