Plugin Directory

Changeset 1220828


Ignore:
Timestamp:
08/14/2015 11:57:35 AM (11 years ago)
Author:
Adminisrator
Message:

update styles

Location:
ratings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ratings/tags/1.0.0/assets/admin.css

    r1199699 r1220828  
    8787    position: relative;z-index: 1;font-weight: bold;left: 5px;
    8888}
     89/*default style */
     90@media only screen and (max-width: 960px) {
     91/*
     92tablet computer
     93*/
     94}
     95@media only screen and (max-width: 1124px) {
     96}
     97@media only screen and (max-width: 758px) {
     98/*
     99vertical tablet computer
     100*/
     101}
     102@media only screen and (max-width: 524px) {
     103/*phone*/
     104
     105}
  • ratings/trunk/assets/admin.css

    r1199699 r1220828  
    8787    position: relative;z-index: 1;font-weight: bold;left: 5px;
    8888}
     89/*default style */
     90@media only screen and (max-width: 960px) {
     91/*
     92tablet computer
     93*/
     94}
     95@media only screen and (max-width: 1124px) {
     96}
     97@media only screen and (max-width: 758px) {
     98/*
     99vertical tablet computer
     100*/
     101}
     102@media only screen and (max-width: 524px) {
     103/*phone*/
     104
     105}
Note: See TracChangeset for help on using the changeset viewer.