[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/conpherence/ -> widget-pane.css (source)

   1  /**
   2   * @provides conpherence-widget-pane-css
   3   */
   4  
   5  .conpherence-widget-pane,
   6  .loading .widgets-loading-mask {
   7    position: fixed;
   8    right: 0px;
   9    top: 76px;
  10    bottom: 0;
  11    width: 240px;
  12    border-width: 0 0 0 1px;
  13    border-color: {$lightblueborder};
  14    border-style: solid;
  15    overflow-y: auto;
  16    -webkit-overflow-scrolling: touch;
  17  }
  18  
  19  .device .conpherence-widget-pane,
  20  .device .loading .widgets-loading-mask {
  21    top: 44px;
  22    width: 100%;
  23  }
  24  
  25  .conpherence-widget-pane .widgets-loading-mask {
  26    opacity: .6;
  27    background: #fff;
  28    display: none;
  29  }
  30  
  31  .loading .widgets-loading-mask {
  32    display: block;
  33  }
  34  
  35  .conpherence-widget-pane .aphront-form-input {
  36    margin: 0;
  37    width: 100%;
  38  }
  39  
  40  .conpherence-widget-pane .aphront-form-inset {
  41    border: 0;
  42  }
  43  
  44  .conpherence-widget-pane .widgets-header {
  45    background: #F5F5F5;
  46    border-bottom: 1px solid #ccc;
  47  }
  48  
  49  .device .conpherence-widget-pane .widgets-header {
  50    display: none;
  51  }
  52  
  53  .conpherence-widget-pane .widgets-header .caret {
  54    float: none;
  55    height: 0px;
  56    width: 0px;
  57    margin-right: 0px;
  58    border-top-color: #000;
  59  }
  60  
  61  .device-desktop .conpherence-layout .device-widgets-selector {
  62    display: none;
  63  }
  64  
  65  .conpherence-widget-pane .widgets-body {
  66    position: fixed;
  67    overflow-y: auto;
  68    bottom: 0;
  69    top: 76px;
  70    width: 100%;
  71  }
  72  
  73  #widgets-settings {
  74   padding: 3px 6px;
  75  }
  76  
  77  .device-desktop .conpherence-widget-pane .widgets-body {
  78    top: 108px;
  79    width: 240px;
  80  }
  81  
  82  /* files widget */
  83  
  84  .conpherence-widget-pane #widgets-files .no-files {
  85    width: 200px;
  86    padding: 20px;
  87    text-align: center;
  88    color: #555;
  89  }
  90  .device .conpherence-widget-pane #widgets-files .no-files {
  91    width: 60px;
  92    margin: 0px auto 0px auto;
  93  }
  94  .conpherence-widget-pane #widgets-files .file-entry {
  95    padding: 10px 0;
  96    margin: 0 5px 0 10px;
  97    border-bottom: 1px solid #e7e7e7;
  98  }
  99  .conpherence-widget-pane #widgets-files .file-icon {
 100    width: 32px;
 101    height: 32px;
 102    float: left;
 103  }
 104  .conpherence-widget-pane #widgets-files .file-title {
 105    display: block;
 106    position: relative;
 107    top: -4px;
 108    left: 10px;
 109    overflow-x: hidden;
 110    width: 165px;
 111    font-weight: bold;
 112    text-overflow: ellipsis;
 113  }
 114  .conpherence-widget-pane #widgets-files .file-uploaded-by {
 115    color: #a1a5a9;
 116    position: relative;
 117    top: 0px;
 118    left: 10px;
 119    width: 170px;
 120    font-size: 11px;
 121  }
 122  
 123  .device .conpherence-widget-pane #widgets-files .file-title,
 124  .device .conpherence-widget-pane #widgets-files .file-uploaded-by {
 125    width: 82%;
 126  }
 127  .device .conpherence-widget-pane #widgets-files .divider {
 128    width: 80%;
 129    margin: 8px 0px 0px 10%;
 130  }
 131  
 132  /* calendar widget */
 133  
 134  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view {
 135    width: 240px;
 136  }
 137  .device-phone .conpherence-widget-pane #widgets-calendar
 138  .aphront-multi-column-view {
 139    display: none;
 140  }
 141  .device-tablet .conpherence-widget-pane #widgets-calendar
 142  .aphront-multi-column-view {
 143    width: 100%;
 144  }
 145  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 146  .aphront-multi-column-column {
 147    background: white;
 148    border-right: 1px solid #bfbfbf;
 149    text-align: center;
 150  }
 151  .device-phone .conpherence-widget-pane #widgets-calendar
 152  .aphront-multi-column-view .aphront-multi-column-column {
 153    border-right: 0;
 154  }
 155  
 156  .device-phone .conpherence-widget-pane #widgets-calendar
 157  .aphront-multi-column-fluid .aphront-multi-column-5-up
 158  .aphront-multi-column-column-outer {
 159    width: 20%;
 160    margin-bottom: 0px;
 161    float: left;
 162    clear: none;
 163  }
 164  
 165  .conpherence-widget-pane .no-events {
 166    color: {$lightgreytext};
 167  }
 168  
 169  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 170  .aphront-multi-column-column-last {
 171    border-right: 0;
 172  }
 173  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 174  .aphront-multi-column-column .day-column,
 175  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 176  .aphront-multi-column-column .day-column-active {
 177    color: #bfbfbf;
 178    background-color: white;
 179    font-weight: bold;
 180    padding: 0px 0px 10px 0px;
 181  }
 182  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 183  .aphront-multi-column-column .day-column-active {
 184    color: black;
 185  }
 186  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 187  .aphront-multi-column-column .present ,
 188  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 189  .aphront-multi-column-column .sporadic ,
 190  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 191  .aphront-multi-column-column .away {
 192    height: 10px;
 193    margin: 5px 0px 5px 0px;
 194    width: 100%;
 195  }
 196  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 197  .aphront-multi-column-column .present {
 198    background-color: white;
 199  }
 200  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 201  .aphront-multi-column-column .sporadic {
 202    background-color: rgb(222, 226, 232);
 203  }
 204  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 205  .aphront-multi-column-column .away {
 206    background-color: rgb(102, 204, 255);
 207  }
 208  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 209   .day-name {
 210    padding: 5px 0px 0px 0px;
 211    font-size: 12px;
 212  }
 213  .conpherence-widget-pane #widgets-calendar .aphront-multi-column-view
 214   .day-number {
 215    font-size: 16px;
 216    padding: 0 0 5px 0;
 217  }
 218  
 219  .conpherence-widget-pane #widgets-calendar .day-header {
 220    overflow: hidden;
 221    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 222    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
 223    border-top: 1px solid #e7e7e7;
 224    border-bottom: 1px solid #d7d7d7;
 225    padding: 5px 10px 5px 10px;
 226  }
 227  
 228  .conpherence-widget-pane #widgets-calendar .day-header.today {
 229    background-image: linear-gradient(to bottom, #3b86c4, #2b628f);
 230    background-image: -webkit-linear-gradient(top, #3b86c4, #2b628f);
 231    border-top: none;
 232    border-bottom: none;
 233  }
 234  
 235  .conpherence-widget-pane #widgets-calendar .day-header.today .day-name,
 236  .conpherence-widget-pane #widgets-calendar .day-header.today .day-date {
 237    color: #fff;
 238  }
 239  
 240  .conpherence-widget-pane #widgets-calendar .day-header .day-name {
 241    float: left;
 242    color: #555759;
 243    font-weight: bold;
 244    text-transform: uppercase;
 245    font-size: 11px;
 246  }
 247  
 248  .conpherence-widget-pane #widgets-calendar .day-header .day-date {
 249    float: right;
 250    color: #555759;
 251    font-size: 11px;
 252  }
 253  
 254  .conpherence-widget-pane #widgets-calendar .top-border {
 255    border-top: 1px solid #E7E7E7;
 256  }
 257  
 258  .conpherence-widget-pane #widgets-calendar .user-status {
 259    padding: 10px 0px 10px 0px;
 260    margin: 0px 0px 0px 10px;
 261  }
 262  
 263  .conpherence-widget-pane #widgets-calendar .user-status .icon {
 264    border-radius: 8px;
 265    height: 14px;
 266    width: 14px;
 267    margin-top: 7px;
 268    float: left;
 269  }
 270  
 271  .conpherence-widget-pane #widgets-calendar .sporadic .icon {
 272    background-color: rgb(222, 226, 232);
 273  }
 274  
 275  .conpherence-widget-pane #widgets-calendar .away .icon {
 276    background-color: rgb(102, 204, 255);
 277  }
 278  
 279  .conpherence-widget-pane #widgets-calendar .user-status .description {
 280    width: 195px;
 281    text-overflow: ellipsis;
 282    margin: 0 0 0px 20px;
 283  }
 284  
 285  .conpherence-widget-pane #widgets-calendar .user-status .participant {
 286    font-size: 11px;
 287    color: {$lightgreytext};
 288    padding-top: 2px;
 289  }
 290  
 291  .device .conpherence-widget-pane #widgets-calendar .user-status .description,
 292  .device .conpherence-widget-pane #widgets-calendar .user-status .participant {
 293    /* we keep these short so no need to change the width */
 294  }
 295  
 296  .conpherence-widget-pane .widget-icon {
 297    display: block;
 298    height: 14px;
 299    width: 14px;
 300  }
 301  
 302  .conpherence-widget-pane .phabricator-remarkup-embed-layout-link {
 303    padding-bottom: 1px;
 304  }
 305  
 306  /* people widget */
 307  .conpherence-widget-pane .people-widget-header .add-people-widget {
 308    padding: 10px 0 5px 0;
 309    overflow: hidden;
 310  }
 311  
 312  .conpherence-widget-pane .people-widget-header .add-people-widget
 313  .aphront-form-control-tokenizer {
 314    float: left;
 315    width: 150px;
 316    padding: 0px 0px 0px 10px
 317  }
 318  
 319  .device .conpherence-widget-pane .people-widget-header .add-people-widget
 320  .aphront-form-control-tokenizer {
 321    width: 70%;
 322  }
 323  
 324  .conpherence-widget-pane .people-widget-header .add-people-widget
 325  .people-add-button {
 326    float: right;
 327    margin: 2px 8px 0px 0px;
 328    padding: 3px 16px 4px 16px;
 329  }
 330  
 331  .conpherence-widget-pane .person-entry {
 332    padding: 8px 0 0 8px;
 333  }
 334  
 335  .conpherence-widget-pane .person-entry a {
 336    float: left;
 337    font-weight: bold;
 338    line-height: 20px;
 339  }
 340  
 341  .conpherence-widget-pane .person-entry a img {
 342    height: 35px;
 343    width: 35px;
 344  }
 345  
 346  .conpherence-widget-pane .person-entry .pic {
 347    float: left;
 348    margin: 0 8px 0 0;
 349    width: 35px;
 350    padding: 0;
 351  }
 352  
 353  .conpherence-widget-pane .person-entry .remove {
 354    float: right;
 355    width: 20px;
 356    font-size: 18px;
 357    padding: 5px 0 8px 0;
 358  }
 359  
 360  .conpherence-widget-pane .person-entry .remove:hover {
 361    text-decoration: none;
 362  }
 363  
 364  .conpherence-widget-pane .person-entry .remove .close-icon {
 365    color: #bfbfbf;
 366  }
 367  
 368  .conpherence-widget-pane .person-entry .remove:hover .close-icon {
 369    color: #000;
 370  }
 371  
 372  /* settings widget */
 373  .conpherence-widget-pane .title-update,
 374  .conpherence-widget-pane .notifications-update {
 375    margin: 3px 0px 0px 4px;
 376  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1