This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +20
-39
lines changed Expand file tree Collapse file tree 9 files changed +20
-39
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ div.flex-xs {
5
5
.checkboxDemo1 div {
6
6
clear : both;
7
7
}
8
- .checkboxDemo1 md-checkbox {
9
- float : left;
10
- }
8
+
11
9
p {
12
10
padding-left : 8px ;
13
11
}
Original file line number Diff line number Diff line change 1
1
.checkboxDemo1 div {
2
2
clear : both;
3
3
}
4
- .checkboxDemo1 md-checkbox {
5
- float : left;
6
- }
7
4
legend {
8
5
color : # 3F51B5 ;
9
6
}
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ $md-date-arrow-size: 5px;
137
137
top : 0 ;
138
138
139
139
// TODO(jelbourn): This position isn't great on all platforms.
140
- transform : translateY (-25% ) translateX (45% );
140
+ @include rtl ( transform , translateY (-25% ) translateX (45% ), translateY ( -25 % ) translateX ( -45 % ) );
141
141
}
142
142
143
143
// Need crazy specificity to override .md-button.md-icon-button.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2 class="md-toolbar-tools">
29
29
< md-content >
30
30
< md-list >
31
31
< md-list-item class ="md-3-line " ng-repeat ="item in messages ">
32
- < img ng-src ="{{item.face}}?{{$index}} " class ="face " alt ="{{item.who}} ">
32
+ < img ng-src ="{{item.face}}?{{$index}} " class ="md-avatar " alt ="{{item.who}} ">
33
33
< div class ="md-list-item-text ">
34
34
< h3 > {{item.what}}</ h3 >
35
35
< h4 > {{item.who}}</ h4 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ md-list-item {
201
201
& [md-inset ] {
202
202
@include rtl-prop (left , right , $list-item-inset-divider-offset );
203
203
width : calc (100% - #{$list-item-inset-divider-offset } );
204
- margin : 0 ;
204
+ margin : 0 !important ;
205
205
}
206
206
}
207
207
Original file line number Diff line number Diff line change @@ -19,18 +19,20 @@ <h2 class="md-toolbar-tools">
19
19
The tooltip is visible when the button is hovered, focused, or touched.
20
20
</ p >
21
21
22
- < md-button class ="md-fab " aria-label ="Insert Drive ">
23
- < md-icon md-svg-src ="img/icons/ic_insert_drive_file_24px.svg "> </ md-icon >
24
- < md-tooltip md-visible ="demo.showTooltip " md-direction ="{{demo.tipDirection}} ">
25
- Insert Drive
26
- </ md-tooltip >
27
- </ md-button >
28
- < md-button class ="md-fab md-fab-top-right right " aria-label ="Photos ">
29
- < md-tooltip >
30
- Photos
31
- </ md-tooltip >
32
- < md-icon md-svg-src ="img/icons/ic_photo_24px.svg " style ="width: 24px; height: 24px; "> </ md-icon >
33
- </ md-button >
22
+ < div layout ="row " layout-align ="space-between ">
23
+ < md-button class ="md-fab " aria-label ="Insert Drive ">
24
+ < md-icon md-svg-src ="img/icons/ic_insert_drive_file_24px.svg "> </ md-icon >
25
+ < md-tooltip md-visible ="demo.showTooltip " md-direction ="{{demo.tipDirection}} ">
26
+ Insert Drive
27
+ </ md-tooltip >
28
+ </ md-button >
29
+ < md-button class ="md-fab " aria-label ="Photos ">
30
+ < md-tooltip >
31
+ Photos
32
+ </ md-tooltip >
33
+ < md-icon md-svg-src ="img/icons/ic_photo_24px.svg " style ="width: 24px; height: 24px; "> </ md-icon >
34
+ </ md-button >
35
+ </ div >
34
36
35
37
36
38
< div style ="margin-top: 40px;margin-bottom: -5px ">
Original file line number Diff line number Diff line change @@ -5,15 +5,4 @@ md-toolbar .md-toolbar-tools .md-button:hover {
5
5
border : none;
6
6
transform : none;
7
7
-webkit-transform : none;
8
- }
9
-
10
-
11
- .left {
12
- top : 70px !important ;
13
- left : 56px !important ;
14
- }
15
-
16
- .right {
17
- top : 70px !important ;
18
- right : 56px !important ;
19
- }
8
+ }
Original file line number Diff line number Diff line change 114
114
@mixin rtl-prop ($ltr-prop , $rtl-prop , $value ) {
115
115
#{$ltr-prop } : $value ;
116
116
[dir = rtl ] & {
117
+ #{$ltr-prop } : auto ;
117
118
#{$rtl-prop } : $value ;
118
119
}
119
120
}
You can’t perform that action at this time.
0 commit comments