Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b4965c0b

Přidáno uživatelem Jiří Noháč před asi 4 roky(ů)

Issue #7998 @5h

Pridana funkcionalita odebirani polozek v favartefacts. Panel s hlaskou o chybejicich polozkach k uzivateli byl upraven, aby sedel do tematiky stranky a take byl posunut nize podle nahlasene chyby. Dale pridan nadpis My books vcetne upravy textu a ikon, aby sedeli vzdy na spravne pozici podle velikosti zobrazovane plochy uzivatele.

Zobrazit rozdíly:

resources/sass/_custom.scss
297 297
        }
298 298
    }
299 299

  
300
    .fav-cat-mybooks{
301
        color:$theme-color-two;
302
        text-align: center;
303
        font-size: 1.9rem;
304
    }
305

  
306
    .fav-cat-nofav{
307
        text-align: center;
308
        color:$theme-color-three;
309
        background-color: $theme-color-five;
310
        border-color: $theme-color-three;
311
    }
312

  
300 313
    .artefacts-area, .artefact-area {
301 314

  
302 315
        h5 {
303 316
            color: $theme-color-two;
304
            font-weight: $font-weight-two;
305
            line-height: 20pt;
306
            font-size: 21pt;
317
            //font-weight: $font-weight-two;
318
            text-overflow: ellipsis;
319
            overflow: hidden;
320
            white-space: nowrap;
321
            line-height: 0.9rem;
322
            font-size: 1.1rem;
307 323
        }
308 324

  
309 325
        h6 {
310 326
            color: $theme-color-two;
311
            font-size: 14pt;
327
            font-size: 0.9rem;
312 328
            //font-weight: lighter;
313 329
            font-weight: $font-weight-one;
314 330
        }
......
325 341

  
326 342
        .left_panel_info {
327 343
            margin-top: 15px;
328
            margin-left: -10px;
329
            max-width: 250px;
344
            max-width: 70%;//250px
330 345
        }
331 346

  
332 347
        .right_panel_info {
333 348
            margin-top: 15px;
334
            margin-right: -15px;
349
        }
350

  
351
        .likes_text{
352
            text-align: center;
335 353
        }
336 354

  
337 355
        .card-cus-bottom {
338 356
            background-color: $theme-color-five;
357
            padding-right: 0;
358
            padding-left: 0;
339 359
        }
340 360

  
341 361
        .inter_info {
342 362
            &:before {
343
                background-image: url(../images/interface/Button_Info_50.png);
344
                width: 60px;
345
                height: 60px;
363
                //background-image: url(../images/interface/Button_Info_50.png);
364
                background-image: url(../images/interface/Button_Info.svg);
365
                //width: 60px;
366
                //height: 60px;
367
                width:8vw;
368
                height:8vw;
346 369
            }
347 370
        }
348 371

  
......
350 373
            display: none;
351 374

  
352 375
            &:before {
353
                background-image: url(../images/interface/Hearth_Empty_50.png);
354
                width: 60px;
355
                height: 60px;
376
                //background-image: url(../images/interface/Hearth_Empty_50.png);
377
                background-image: url(../images/interface/Heart_Empty.svg);
378
                //width: 60px;
379
                //height: 60px;
380
                width:8vw;
381
                height:8vw;
356 382
            }
357 383
        }
358 384

  
359 385
        .inter_like_filled {
360 386
            &:before {
361
                background-image: url(../images/interface/Hearth_Filled_50.png);
362
                width: 60px;
363
                height: 60px;
387
                //background-image: url(../images/interface/Hearth_Filled_50.png);
388
                background-image: url(../images/interface/Heart_Filled.svg);
389
                //width: 60px;
390
                //height: 60px;
391
                width:8vw;
392
                height:8vw;
364 393
            }
365 394
        }
366 395

  
......
411 440
                background-image: url(../images/interface/Heart_Empty.svg);
412 441
                width: 1.563rem;
413 442
                height: 1.25rem;
443

  
414 444
            }
415 445
        }
416 446

  

Také k dispozici: Unified diff