Skip to content

Commit 9c0585c

Browse files
committed
replace tinymce fixes in the edit.php file
Can't see why having them in profile.css doesn't get applied, but that appears to be the case
1 parent 364c132 commit 9c0585c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

views/shared/css/profiles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ div.container-twelve div.ten.columns {width: 100%;}
6161
p.warning {clear: both;}
6262

6363
a.big.button.user-profiles {
64-
color: inherit;
64+
color: white;
6565
}
6666

6767
.user-profiles input.remove-element {

views/shared/profiles/edit.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
1818
ul.user-profiles.navigation ul {padding-left: 0px; list-style: none;}
1919
input[type='checkbox'] {margin: 5px;}
20-
20+
";
21+
// for some reason this isn't getting applied from the profile.css file.
22+
$css = "
2123
.mce-tinymce button {
2224
background: none;
2325
margin: 0;
@@ -33,7 +35,7 @@
3335
3436
";
3537

36-
//queue_css_string($css);
38+
queue_css_string($css);
3739
$sidebarColumns = 'four';
3840
}
3941

0 commit comments

Comments
 (0)