~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-updates

« back to all changes in this revision

Viewing changes to web/stylesheets/common.css

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-02-27 10:51:53 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227105153-3d73lc7bg0pkfk00
Tags: 1.51-0ubuntu1
* New upstream bug fix release (LP: #335404)
  - Fixes transmission-daemon doesn't consider settings.json (LP: #322449) 
* Removed 01_check_notification_actions.diff: applied upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
849
849
 
850
850
/*--------------------------------------
851
851
 *
852
 
 * U N S U P P O R T E D   B R O W S E R
853
 
 *
854
 
 *--------------------------------------*/
855
 
 
856
 
div#unsupported_browser {
857
 
        position: absolute;
858
 
        top: 0px;
859
 
        left: 0px;
860
 
        margin: 0px;
861
 
        width: 100%;
862
 
        height: 100%;
863
 
        z-index: 3;
864
 
        text-align: center;
865
 
        background: #fff;
866
 
}
867
 
 
868
 
div#unsupported_browser div.dialog_window {
869
 
        position: relative;
870
 
        top: 150px;
871
 
        width: 450px;
872
 
        height: 250px;
873
 
        margin: 0 auto;
874
 
        border: 1px solid #979797;
875
 
}
876
 
 
877
 
div#unsupported_browser div.dialog_window img {
878
 
        margin: 10px;
879
 
}
880
 
 
881
 
div#unsupported_browser div.dialog_window img.logo {
882
 
        display: block;
883
 
        margin: 20px auto 0;
884
 
}
885
 
 
886
 
div#unsupported_browser div.dialog_window h2 {
887
 
        margin: 40px auto 0;
888
 
        width: 305px;
889
 
}
890
 
 
891
 
div#unsupported_browser div.dialog_window p {
892
 
        clear: both;
893
 
        font-size: 1.4em;
894
 
}
895
 
 
896
 
/*--------------------------------------
897
 
 *
898
852
 * T R A N S   M E N U
899
853
 *
900
854
 *--------------------------------------*/