~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/plugins/show-language/prism-show-language.css

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
div.prism-show-language {
 
2
        position: relative;
 
3
}
 
4
 
 
5
div.prism-show-language > div.prism-show-language-label {
 
6
        color: black;
 
7
        background-color: #CFCFCF;
 
8
        display: inline-block;
 
9
        position: absolute;
 
10
        bottom: auto;
 
11
        left: auto;
 
12
        top: 0;
 
13
        right: 0;
 
14
        width: auto;
 
15
        height: auto;
 
16
        font-size: 0.9em;
 
17
        border-radius: 0 0 0 5px;
 
18
        padding: 0 0.5em;
 
19
        text-shadow: none;
 
20
        z-index: 1;
 
21
        -webkit-box-shadow: none;
 
22
        -moz-box-shadow: none;
 
23
        box-shadow: none;
 
24
        -webkit-transform: none;
 
25
        -moz-transform: none;
 
26
        -ms-transform: none;
 
27
        -o-transform: none;
 
28
        transform: none;
 
29
}