~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lib/editor/tinymce/styles.css

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.mform .felement.feditor .toggle_editor_toolbar {
2
 
    background: #EEEEEE;
3
 
    border-color: #BBBBBB;
4
 
    border-radius: 4px 4px 0 0;
5
 
    border-style: solid solid none;
6
 
    border-width: 1px 1px 0;
7
 
    display: inline-block;
8
 
    font-size: 0.7em;
9
 
    padding: 3px 6px;
10
 
}
11
 
.mform .felement.feditor .toggle_editor_toolbar:hover {
12
 
    text-decoration: underline;
13
 
    color: red;
14
 
    cursor: pointer;
15
 
}
16
 
.mform .felement.feditor .mceStatusbar,
17
 
.mform .felement.feditor iframe {
18
 
    min-width: 35em;
 
1
@media (max-width: 480px) {
 
2
    .mceToolbar td {
 
3
        float: left;
 
4
        display: inline-block;
 
5
    }
 
6
    .moodleSkin .mceLayout .mceToolbar .mceWrap {
 
7
        clear: left;
 
8
        width: 100%;
 
9
        height: 4px;
 
10
    }
 
11
    .moodleSkin .mceLayout .mceToolbar .mceNoWrap {
 
12
        clear: none;
 
13
        width: 0px;
 
14
    }
 
15
 
 
16
    .o2k7Skin tr.mceLast .mceToolbar tr td.mceWrap,
 
17
    .o2k7Skin tr.mceFirst .mceToolbar tr td.mceWrap {
 
18
        margin-left: -3px;
 
19
    }
 
20
    .dir-rtl .o2k7Skin tr.mceLast .mceToolbar tr td.mceWrap,
 
21
    .dir-rtl .o2k7Skin tr.mceFirst .mceToolbar tr td.mceWrap {
 
22
        margin-left: 0px;
 
23
    }
19
24
}